ResponseCode.NotAcceptable 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.
Could not find a compatible Accept: header. (406)
public: int NotAcceptable = 406;
public const int NotAcceptable = 406;
val mutable NotAcceptable : int
Public Const NotAcceptable As Integer = 406