C# Class HA4IoT.Networking.Http.HttpHeaderCollectionExtensions

Mostra file Open project: chkr1011/CK.HomeAutomation

Public Methods

Method Description
GetClientSupportsGzipCompression ( this headers ) : bool
GetConnectionMustBeClosed ( this headers ) : bool
GetHasBodyContent ( this headers ) : bool
GetRequiresContinue ( this headers ) : bool

Method Details

GetClientSupportsGzipCompression() public static method

public static GetClientSupportsGzipCompression ( this headers ) : bool
headers this
return bool

GetConnectionMustBeClosed() public static method

public static GetConnectionMustBeClosed ( this headers ) : bool
headers this
return bool

GetHasBodyContent() public static method

public static GetHasBodyContent ( this headers ) : bool
headers this
return bool

GetRequiresContinue() public static method

public static GetRequiresContinue ( this headers ) : bool
headers this
return bool