Click or drag to resize
SocketConnectionWriteEx Method
Sends a given String to the socket connection.
connection has already been closed.

Namespace: AsterNET.IO
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void WriteEx(
	string msg
)

Parameters

msg
Type: SystemString
the String to send.
See Also