Searches the command sent from the client and executes it

Namespace: White_Tiger.Protocols.TCP
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public string ExecuteCommand(
	string comman
)
Visual Basic
Public Function ExecuteCommand ( 
	comman As String
) As String
Visual C++
public:
String^ ExecuteCommand(
	String^ comman
)

Parameters

comman
Type: System..::..String

[Missing <param name="comman"/> documentation for "M:White_Tiger.Protocols.TCP.TCPServer.ExecuteCommand(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:White_Tiger.Protocols.TCP.TCPServer.ExecuteCommand(System.String)"]

See Also