Click or drag to resize

IServerEndpoints Property

All endpoints for the server

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

Property Value

Type: IEnumerableIBaseEndpoint
See Also