KTcpClientSendCommand(IPEndPoint, String) Method

[Missing <summary> documentation for "M:KLib.Net.KTcpClient.SendCommand(System.Net.IPEndPoint,System.String)"]

Definition

Namespace: KLib.Net
Assembly: KLib.Net (in KLib.Net.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static int SendCommand(
	IPEndPoint localEP,
	string s
)

Parameters

localEP  IPEndPoint

[Missing <param name="localEP"/> documentation for "M:KLib.Net.KTcpClient.SendCommand(System.Net.IPEndPoint,System.String)"]

s  String

[Missing <param name="s"/> documentation for "M:KLib.Net.KTcpClient.SendCommand(System.Net.IPEndPoint,System.String)"]

Return Value

Int32

[Missing <returns> documentation for "M:KLib.Net.KTcpClient.SendCommand(System.Net.IPEndPoint,System.String)"]

See Also