HttpStatus.MethodNotAllowed Field

IT Hit WebDAV for .NET

The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.

[Visual Basic]
Public Shared ReadOnly MethodNotAllowed As HttpStatus
[C#]
public static readonly HttpStatus MethodNotAllowed;

See Also

HttpStatus Class | ITHit.WebDAV.Client Namespace