  | RuyiNetHttpStatusMETHOD_NOT_ALLOWED Field | 
 [This is preliminary documentation and is subject to change.]
            The request method is known by the server but has been disabled and cannot
            be used. For example, an API may forbid DELETE-ing a resource. The two
            mandatory methods, GET and HEAD, must never be disabled and should not
            return this error code.
            
 
    Namespace: 
   Ruyi.SDK.Online
    Assembly:
   SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntaxpublic const int METHOD_NOT_ALLOWED = 405
Field Value
Type: 
Int32
See Also