SignalROptions.ServiceEndpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of SignalR service.
public System.Collections.Generic.IList<Microsoft.Azure.SignalR.ServiceEndpoint> ServiceEndpoints { get; }
member this.ServiceEndpoints : System.Collections.Generic.IList<Microsoft.Azure.SignalR.ServiceEndpoint>
Public ReadOnly Property ServiceEndpoints As IList(Of ServiceEndpoint)
Property Value
IList<Microsoft.Azure.SignalR.ServiceEndpoint>