BAH.BOS.WebAPI.Client.CookieManager.GenerateKey C# (CSharp) Method

GenerateKey() private static method

生成访问字段的键。
private static GenerateKey ( string url ) : string
url string URL地址。
return string
        private static string GenerateKey(string url)
        {
            return url;
        }//end method