ServiceStack.StreamExt.Deflate C# (CSharp) 메소드

Deflate() 공개 정적인 메소드

public static Deflate ( this text ) : byte[]
text this
리턴 byte[]
        public static byte[] Deflate(this string text)
        {
            return DeflateProvider.Deflate(text);
        }