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