ClientSlotChannel Property |
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public ClientChannel Channel { get; }
Public ReadOnly Property Channel As ClientChannel
Get
Return Value
Type:
ClientChannel
The
ClientChannel that owns the ClientSlot.
Exceptions Exception | Condition |
---|
Exception |
If the ClientSlot has been released.
|
See Also