C# 클래스 ServiceStack.CompressionTypes

파일 보기 프로젝트 열기: CSGOpenSource/ServiceStack.Text 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllCompressionTypes string[]

공개 메소드들

메소드 설명
AssertIsValid ( string compressionType ) : void
GetExtension ( string compressionType ) : string
IsValid ( string compressionType ) : bool

메소드 상세

AssertIsValid() 공개 정적인 메소드

public static AssertIsValid ( string compressionType ) : void
compressionType string
리턴 void

GetExtension() 공개 정적인 메소드

public static GetExtension ( string compressionType ) : string
compressionType string
리턴 string

IsValid() 공개 정적인 메소드

public static IsValid ( string compressionType ) : bool
compressionType string
리턴 bool

프로퍼티 상세

AllCompressionTypes 공개적으로 정적으로 프로퍼티

public static string[] AllCompressionTypes
리턴 string[]