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

Represents a HTTP endpoint. More...

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

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
 

Detailed Description

Represents a HTTP endpoint.

Constructor & Destructor Documentation

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.

Member Function Documentation

override void DeltaVSoft.RCFProto.HttpEndpoint.Dispose ( )
virtual

Reimplemented from DeltaVSoft.RCFProto.Endpoint.


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