| ServerChannelArguments Property |
Gets the command arguments supplied to the Main method of
this channel.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public string[] Arguments { get; }
Public ReadOnly Property Arguments As String()
Get
Property Value
Type:
String
The arguments or
null if this channel is not executing.
See Also