Click or drag to resize

ProtocolTransport Property

IBaseTransport for the protocol

Namespace:  Crosser.Server.Modules.Protocol
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IBaseTransport Transport { get; set; }

Property Value

Type: IBaseTransport

Implements

IProtocolTransport
See Also