C# 클래스 HA4IoT.Networking.Http.HttpHeaderCollectionExtensions

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
GetClientSupportsGzipCompression ( this headers ) : bool
GetConnectionMustBeClosed ( this headers ) : bool
GetHasBodyContent ( this headers ) : bool
GetRequiresContinue ( this headers ) : bool

메소드 상세

GetClientSupportsGzipCompression() 공개 정적인 메소드

public static GetClientSupportsGzipCompression ( this headers ) : bool
headers this
리턴 bool

GetConnectionMustBeClosed() 공개 정적인 메소드

public static GetConnectionMustBeClosed ( this headers ) : bool
headers this
리턴 bool

GetHasBodyContent() 공개 정적인 메소드

public static GetHasBodyContent ( this headers ) : bool
headers this
리턴 bool

GetRequiresContinue() 공개 정적인 메소드

public static GetRequiresContinue ( this headers ) : bool
headers this
리턴 bool