ResponseCode.UnsupportedUriScheme 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 scheme of the URI in the request URI is unknown. (416)
public: int UnsupportedUriScheme = 416;
public const int UnsupportedUriScheme = 416;
val mutable UnsupportedUriScheme : int
Public Const UnsupportedUriScheme As Integer = 416