HttpStatus.NoContent Field

IT Hit WebDAV for .NET

The server has fulfilled the request but does not need to return an entity-body, and might want to return updated metainformation.

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

See Also

HttpStatus Class | ITHit.WebDAV.Client Namespace