NoContentResponse Class

IT Hit WebDAV for .NET

Indicates that operation has succeeded.

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

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

[Visual Basic]
Public Class NoContentResponse
    Inherits WebDAVResponse
[C#]
public class NoContentResponse : 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

Has a different meaning depending on the operation invoked.

Requirements

Namespace: ITHit.WebDAV.Server.Response

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

See Also

NoContentResponse Members | ITHit.WebDAV.Server.Response Namespace