| 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; }
Public ReadOnly Property Endpoints As IEnumerable(Of ServiceEndpoint)
Get
public:
property IEnumerable<ServiceEndpoint^>^ Endpoints {
IEnumerable<ServiceEndpoint^>^ get ();
}
member Endpoints : IEnumerable<ServiceEndpoint> with get
Property Value
Type:
IEnumerableServiceEndpointSee Also