Click or drag to resize

BaseTransportEndpoint Property

Reference to the IBaseEndpoint connected to

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

Property Value

Type: IBaseEndpoint

Implements

IBaseTransportEndpoint
See Also