Represents a HTTPS endpoint. More...
Public Member Functions | |
override void | Dispose () |
HttpsEndpoint (int port) | |
Constructs an HTTPS endpoint on the given port number. More... | |
HttpsEndpoint (string ip, int port) | |
Constructs an HTTPS endpoint on the given IP address and port number. More... | |
![]() | |
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 HTTPS endpoint.
DeltaVSoft.RCFProto.HttpsEndpoint.HttpsEndpoint | ( | int | port | ) |
Constructs an HTTPS endpoint on the given port number.
DeltaVSoft.RCFProto.HttpsEndpoint.HttpsEndpoint | ( | string | ip, |
int | port | ||
) |
Constructs an HTTPS endpoint on the given IP address and port number.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Endpoint.