Represents a HTTP endpoint. More...
Public Member Functions | |
| override void | Dispose () |
| HttpEndpoint (int port) | |
| Constructs an HTTP endpoint on the given port number. More... | |
| HttpEndpoint (string ip, int port) | |
| Constructs an HTTP endpoint on the given IP address and port number. More... | |
Public Member Functions inherited from DeltaVSoft.RCFProto.TcpEndpoint | |
| 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 | |
Protected Attributes inherited from DeltaVSoft.RCFProto.Endpoint | |
| bool | swigCMemOwn |
Represents a HTTP endpoint.
| DeltaVSoft.RCFProto.HttpEndpoint.HttpEndpoint | ( | int | port | ) |
Constructs an HTTP endpoint on the given port number.
| DeltaVSoft.RCFProto.HttpEndpoint.HttpEndpoint | ( | string | ip, |
| int | port | ||
| ) |
Constructs an HTTP endpoint on the given IP address and port number.
|
virtual |
Reimplemented from DeltaVSoft.RCFProto.Endpoint.
1.8.3.1