ClientConfiguration.Gateways 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要使用的閘道清單。 每個 GatewayNode 元素都會指定外部的用戶端閘道節點。 如果外部 (非) 用戶端連線到一個) ,則必須指定至少一個閘道節點。 如有需要,可能會指定其他閘道節點,並新增一些失敗復原和延展性。 如果指定多個閘道,則每個用戶端都會隨機從清單中選取一個閘道。
public System.Collections.Generic.IList<System.Net.IPEndPoint> Gateways { get; set; }
member this.Gateways : System.Collections.Generic.IList<System.Net.IPEndPoint> with get, set
Public Property Gateways As IList(Of IPEndPoint)