| SocketConnectionWriteEx Method |
Sends a given String to the socket connection.
connection has already been closed.
Namespace: AsterNET.IOAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void WriteEx(
string msg
)
Public Sub WriteEx (
msg As String
)
public:
void WriteEx(
String^ msg
)
member WriteEx :
msg : string -> unit
Parameters
- msg
- Type: SystemString
the String to send.
See Also