Example #1
0
        public static readonly byte[] DecodeTable;// = new byte[128];



        public static string EncodeToASProxyBase64(string input)
        {
            var encoder = new ASProxyEncoderBase64();

            return(encoder.Encode(input));
        }
Example #2
0
 public static string EncodeToASProxyBase64(string input)
 {
     ASProxyEncoderBase64 encoder = new ASProxyEncoderBase64();
     return encoder.Encode(input);
 }