LlpConnection | Overloaded. Initializes a new instance of the LlpConnection class. |
Id | A unique ID for all connection objects. |
RemoteHostName | This property will resolve the remoteIpAddress to the host name if possible using the operating system. Sometimes no host name resolution will be possible at which point this function will return 'unknown'. |
RemoteIpAddress | The IP address of the remote host in host byte order. |
RemoteIpAddressAsString | The IP address of the remote host as a string. |
Disconnect | Attempt to gracefully disconnect from the server. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
handle | Get handle. This is used in the internal implementation and should not be invoked directly. |
HardDisconnect | Ungracefully disconnect without doing TCP/IP handshaking with the server. |
SendMessage | Send a message to the client, prefixed and postfixed by the current HeaderBlock and TrailerBlock characters. |
ToString (inherited from Object) |
Finalize | Destructor. |
MemberwiseClone (inherited from Object) |