ClientConfiguration.Gateways 属性

定义

要使用的网关列表。 每个 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)

属性值

适用于