Represents a TCP endpoint. More...
Public Member Functions | |
override void | Dispose () |
TcpEndpoint (int port) | |
Constructs a TcpEndpoint from a port number. The IP address defaults to 127.0.0.1 . More... | |
TcpEndpoint (string ip, int port) | |
Constructs a TcpEndpoint from an IP address and port number. More... | |
string | GetIp () |
Gets the IP address of the TcpEndpoint. More... | |
int | GetPort () |
Gets the port number of the TcpEndpoint. More... | |
string | AsString () |
Returns a string representation of the TcpEndpoint. More... | |
Additional Inherited Members | |
![]() | |
bool | swigCMemOwn |
Represents a TCP endpoint.
DeltaVSoft.RCFProto.TcpEndpoint.TcpEndpoint | ( | int | port | ) |
Constructs a TcpEndpoint from a port number. The IP address defaults to 127.0.0.1 .
DeltaVSoft.RCFProto.TcpEndpoint.TcpEndpoint | ( | string | ip, |
int | port | ||
) |
Constructs a TcpEndpoint from an IP address and port number.
string DeltaVSoft.RCFProto.TcpEndpoint.AsString | ( | ) |
Returns a string representation of the TcpEndpoint.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Endpoint.
string DeltaVSoft.RCFProto.TcpEndpoint.GetIp | ( | ) |
Gets the IP address of the TcpEndpoint.
int DeltaVSoft.RCFProto.TcpEndpoint.GetPort | ( | ) |
Gets the port number of the TcpEndpoint.