Click or drag to resize

RestServiceEndpoints Property

Gets the endpoints for this rest server host

Namespace:  RestSrvr
Assembly:  RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax
public IEnumerable<ServiceEndpoint> Endpoints { get; }

Property Value

Type: IEnumerableServiceEndpoint
See Also