C# Class System.Net.CredentialHostKey

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Equals ( object comparand ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Private Methods

Method Description
CredentialHostKey ( string host, int port, string authenticationType ) : System.Net.Sockets
Match ( string host, int port, string authenticationType ) : bool

Method Details

Equals() public method

public Equals ( object comparand ) : bool
comparand object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string