Click or drag to resize

ClientSlotChannel Property

Returns the ClientChannel that owns the ClientSlot.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public ClientChannel Channel { get; }

Return Value

Type: ClientChannel
The ClientChannel that owns the ClientSlot.
Exceptions
ExceptionCondition
Exception If the ClientSlot has been released.
See Also