7 references to ContentType
System.Net.WebClient (7)
System\Net\WebClient.cs (7)
481
string? contentType = headers[HttpKnownHeaderNames.
ContentType
];
503
headers[HttpKnownHeaderNames.
ContentType
] = UploadFileContentType + "; boundary=" + boundary;
532
headers[HttpKnownHeaderNames.
ContentType
] = contentType;
594
string? contentType = headers[HttpKnownHeaderNames.
ContentType
];
600
headers[HttpKnownHeaderNames.
ContentType
] = UploadValuesContentType;
726
string? contentType = _headers[HttpKnownHeaderNames.
ContentType
];
734
_headers.Remove(HttpKnownHeaderNames.
ContentType
);