C# 클래스 Utilities.WebHttpRequest.HttpRequestExtensions

Extensions for type HttpRequest
파일 보기 프로젝트 열기: mrvshah/Utilities

공개 메소드들

메소드 설명
CanGZip ( this request ) : bool

Checks http request header to see if browser supports compression

비공개 메소드들

메소드 설명
CanGZip ( string acceptEncoding ) : bool

Checks http request header to see if browser supports compression

메소드 상세

CanGZip() 공개 정적인 메소드

Checks http request header to see if browser supports compression
public static CanGZip ( this request ) : bool
request this Browser http request
리턴 bool