C# Class Microsoft.SqlServer.TDS.EndPoint.TDSEndPointInfo

Container of the connection end-point information
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
TDSEndPointInfo ( ) : System.Net

Default constructor

TDSEndPointInfo ( IPAddress address ) : System.Net

Initialization constructor

TDSEndPointInfo ( IPAddress address, int port ) : System.Net

Initialization constructor

TDSEndPointInfo ( IPAddress address, int port, TDSEndPointTransportType transport ) : System.Net

Initialization constructor

Method Details

TDSEndPointInfo() public méthode

Default constructor
public TDSEndPointInfo ( ) : System.Net
Résultat System.Net

TDSEndPointInfo() public méthode

Initialization constructor
public TDSEndPointInfo ( IPAddress address ) : System.Net
address System.Net.IPAddress
Résultat System.Net

TDSEndPointInfo() public méthode

Initialization constructor
public TDSEndPointInfo ( IPAddress address, int port ) : System.Net
address System.Net.IPAddress
port int
Résultat System.Net

TDSEndPointInfo() public méthode

Initialization constructor
public TDSEndPointInfo ( IPAddress address, int port, TDSEndPointTransportType transport ) : System.Net
address System.Net.IPAddress
port int
transport TDSEndPointTransportType
Résultat System.Net