RCFProto
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
DeltaVSoft.RCFProto.TcpEndpoint Class Reference

Represents a TCP endpoint. More...

Inheritance diagram for DeltaVSoft.RCFProto.TcpEndpoint:
DeltaVSoft.RCFProto.Endpoint DeltaVSoft.RCFProto.HttpEndpoint DeltaVSoft.RCFProto.HttpsEndpoint

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

- Protected Attributes inherited from DeltaVSoft.RCFProto.Endpoint
bool swigCMemOwn
 

Detailed Description

Represents a TCP endpoint.

Constructor & Destructor Documentation

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.

Member Function Documentation

string DeltaVSoft.RCFProto.TcpEndpoint.AsString ( )

Returns a string representation of the TcpEndpoint.

override void DeltaVSoft.RCFProto.TcpEndpoint.Dispose ( )
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.


The documentation for this class was generated from the following file: