KTcpClientSendCommand(String, Int32, String) Method

[Missing <summary> documentation for "M:KLib.Net.KTcpClient.SendCommand(System.String,System.Int32,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(
	string address,
	int port,
	string s
)

Parameters

address  String

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

port  Int32

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

s  String

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

Return Value

Int32

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

See Also