Chameleon and Iguana Plugin C# Class Libraries |
|
Connection.SendMessage Method
Wrap a message and write the message to the socket output stream.
[Visual Basic]
NotOverridable Public Sub SendMessage( _
ByVal
messageData As
String _
) _
[C#]
public
void SendMessage(
string messageData);
Implements
Transport.SendMessage
Remarks
A valid wrapper object must be passed in the constructor in order to wrap the outgoing message.
See Also
Connection Class | iNTERFACEWARE.Chameleon Namespace