System.Net.ConnectionPoolManager.GenerateKey C# (CSharp) Méthode

GenerateKey() private static méthode

private static GenerateKey ( string hostName, int port, string groupName ) : string
hostName string
port int
groupName string
Résultat string
        private static string GenerateKey(string hostName, int port, string groupName) {
            return hostName+"\r"+port.ToString(NumberFormatInfo.InvariantInfo)+"\r"+groupName;
        }