DavResponseStatusCode Property
IT Hit WebDAV Classes Reference
Gets or sets the HTTP status code of the output returned to the client.
Namespace:
ITHit.WebDAV.Server.Extensibility
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax public abstract int StatusCode { get; set; }
Public MustOverride Property StatusCode As Integer
Get
Set
public:
virtual property int StatusCode {
int get () abstract;
void set (int value) abstract;
}
abstract StatusCode : int with get, set
Property Value
Type:
Int32
An Integer representing the status of the HTTP output returned to the client.
See Also