4 references to formData
System.Net.Http (4)
System\Net\Http\MultipartFormDataContent.cs (4)
17: base(formData) 22: base(formData, boundary) 30content.Headers.ContentDisposition ??= new ContentDispositionHeaderValue(formData); 56ContentDispositionHeaderValue header = new ContentDispositionHeaderValue(formData);