共用方式為


SignalROptions.ServiceEndpoints Property

Definition

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>

Applies to