Method | Description | |
---|---|---|
PropfindResponse ( int statusCode ) : System.Collections.Generic |
Initializes a new instance of the PropfindResponse class.
|
|
PropfindResponse ( int statusCode, IEnumerable |
Initializes a new instance of the PropfindResponse class.
|
|
PropfindResponse ( int statusCode, string description ) : System.Collections.Generic |
Initializes a new instance of the PropfindResponse class.
|
|
PropfindResponse ( int statusCode, string description, IEnumerable |
Initializes a new instance of the PropfindResponse class.
|
|
ToString ( ) : string |
public PropfindResponse ( int statusCode ) : System.Collections.Generic | ||
statusCode | int | The status code of the operation. |
return | System.Collections.Generic |
public PropfindResponse ( int statusCode, IEnumerable |
||
statusCode | int | The status code of the response. |
resources | IEnumerable |
The collection of WebDAV resources. |
return | System.Collections.Generic |
public PropfindResponse ( int statusCode, string description ) : System.Collections.Generic | ||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
return | System.Collections.Generic |
public PropfindResponse ( int statusCode, string description, IEnumerable |
||
statusCode | int | The status code of the response. |
description | string | The description of the response. |
resources | IEnumerable |
The collection of WebDAV resources. |
return | System.Collections.Generic |