Click or drag to resize

MethodNotAllowedException Fields

IT Hit WebDAV Classes Reference

The MethodNotAllowedException type exposes the following members.

Fields
  NameDescription
Public fieldHttpMethod
Http method for which request failed.
(Inherited from WebDavHttpException.)
Public fieldMultistatus
Contains IMultistatus with elements that had errors, if multistatus information was available in response.
(Inherited from WebDavHttpException.)
Public fieldStatus
Http status with wich request failed.
(Inherited from WebDavHttpException.)
Public fieldUri
Uri for which request failed.
(Inherited from WebDavHttpException.)
Top
See Also