NotImplementedResponse Class

IT Hit WebDAV for .NET

The server does not support the functionality required to fulfill the request.

For a list of all members of this type, see NotImplementedResponse Members.

System.Object
   ITHit.WebDAV.Server.Response.WebDAVResponse
      ITHit.WebDAV.Server.Response.NotImplementedResponse

[Visual Basic]
Public Class NotImplementedResponse
    Inherits WebDAVResponse
[C#]
public class NotImplementedResponse : WebDAVResponse

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.

Requirements

Namespace: ITHit.WebDAV.Server.Response

Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll)

See Also

NotImplementedResponse Members | ITHit.WebDAV.Server.Response Namespace