Represents an IP address (IPv4 or IPv6). More...
Public Member Functions | |
virtual void | Dispose () |
IpAddress (string ip) | |
Construct an IP address from a host name More... | |
IpAddress (string ip, int port) | |
Construct an IP address from a host name and port. More... | |
Protected Attributes | |
bool | swigCMemOwn |
Represents an IP address (IPv4 or IPv6).
DeltaVSoft.RCFProto.IpAddress.IpAddress | ( | string | ip | ) |
Construct an IP address from a host name
DeltaVSoft.RCFProto.IpAddress.IpAddress | ( | string | ip, |
int | port | ||
) |
Construct an IP address from a host name and port.
|
virtual |
|
protected |