WebDavMethodHandlerBase GetTimeoutHeader Method WebDAV#
Gets the Timeout header : Second-number

Namespace: WebDAVSharp.Server.MethodHandlers
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetTimeoutHeader(
	IHttpListenerRequest request
)

Parameters

request
Type: WebDAVSharp.Server.Adapters IHttpListenerRequest
The request with the request included

Return Value

Type: String
The value of the Timeout header as a string
See Also