C# 클래스 Microsoft.SqlServer.TDS.EndPoint.TDSEndPointInfo

Container of the connection end-point information
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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

메소드 상세

TDSEndPointInfo() 공개 메소드

Default constructor
public TDSEndPointInfo ( ) : System.Net
리턴 System.Net

TDSEndPointInfo() 공개 메소드

Initialization constructor
public TDSEndPointInfo ( IPAddress address ) : System.Net
address System.Net.IPAddress
리턴 System.Net

TDSEndPointInfo() 공개 메소드

Initialization constructor
public TDSEndPointInfo ( IPAddress address, int port ) : System.Net
address System.Net.IPAddress
port int
리턴 System.Net

TDSEndPointInfo() 공개 메소드

Initialization constructor
public TDSEndPointInfo ( IPAddress address, int port, TDSEndPointTransportType transport ) : System.Net
address System.Net.IPAddress
port int
transport TDSEndPointTransportType
리턴 System.Net