System.Net.CredentialHostKey.CredentialHostKey C# (CSharp) Метод

CredentialHostKey() приватный Метод

private CredentialHostKey ( string host, int port, string authenticationType ) : System.Net.Sockets
host string
port int
authenticationType string
Результат System.Net.Sockets
        internal CredentialHostKey(string host, int port, string authenticationType) {
            Host = host;
            Port = port;
            AuthenticationType = authenticationType;
        }