ResponseCode.MethodNotAllowed 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 method is not allowed. (405)
public: int MethodNotAllowed = 405;
public const int MethodNotAllowed = 405;
val mutable MethodNotAllowed : int
Public Const MethodNotAllowed As Integer = 405