Edit

Share via


ResponseCode.MethodNotAllowed Field

Definition

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

Field Value

Value = 405

Applies to