Chameleon and Iguana Plugin C# Class Libraries

LlpConnection Members

LlpConnection overview

Public Instance Constructors

LlpConnection Overloaded. Initializes a new instance of the LlpConnection class.

Public Instance Properties

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.

Public Instance Methods

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) 

Protected Instance Methods

Finalize Destructor.
MemberwiseClone (inherited from Object) 

See Also

LlpConnection Class | iNTERFACEWARE.Chameleon Namespace