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

GZip() 공개 정적인 메소드

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