ServerChannelSendConsole Method |
Sends a console command to OBCOM NetServer.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public void SendConsole(
string command
)
Public Sub SendConsole (
command As String
)
Parameters
- command
- Type: SystemString
The console command to send to OBCOM NetServer.
See Also