ResponseCode.UnsupportedMediaType Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The media type is unsupported. (415)
public: int UnsupportedMediaType = 415;
public const int UnsupportedMediaType = 415;
val mutable UnsupportedMediaType : int
Public Const UnsupportedMediaType As Integer = 415