4 references to UnsupportedMediaType
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelHelpers.cs (3)
396
ThrowHttpProtocolException(SR.GetString(SR.HttpContentTypeHeaderRequired), HttpStatusCode.
UnsupportedMediaType
, HttpChannelUtilities.StatusDescriptionStrings.HttpContentTypeMissing);
410
ThrowHttpProtocolException(SR.GetString(SR.ContentTypeMismatch, ContentType, messageEncoder.ContentType), HttpStatusCode.
UnsupportedMediaType
, statusDescription);
3533
if (response.StatusCode == HttpStatusCode.
UnsupportedMediaType
)
System.Web.Services (1)
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
934
response.StatusCode = (int) HttpStatusCode.
UnsupportedMediaType
;