Click or drag to resize

ServerEndpoints Property

All configured endpoints IBaseEndpoint

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IEnumerable<IBaseEndpoint> Endpoints { get; }

Property Value

Type: IEnumerableIBaseEndpoint

Implements

IServerEndpoints
See Also