Click or drag to resize

HttpStatusParse Method

IT Hit WebDAV Classes Reference
Parses HttpStatus structure from string containing status information.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public static HttpStatus Parse(
	string status
)

Parameters

status
Type: SystemString
String containing status information.

Return Value

Type: HttpStatus
HttpStatus structure that describes current status.
See Also