EndpointOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定尋址接收器端點選項
public class EndpointOptions
type EndpointOptions = class
Public Class EndpointOptions
- 繼承
-
EndpointOptions
建構函式
EndpointOptions() |
設定尋址接收器端點選項 |
欄位
DEFAULT_GATEWAY_PORT |
的 GatewayPort預設值。 |
DEFAULT_SILO_PORT |
的 SiloPort預設值。 |
屬性
AdvertisedIPAddress |
用於叢集的IP位址。 |
GatewayListeningEndpoint |
取得或設定用來接聽客戶端對尋址接收器通訊的端點。 如果未設定,則會預設為 AdvertisedIPAddress + GatewayPort |
GatewayPort |
取得或設定這個尋址接收器用於尋址接收器對用戶端 (閘道) 通訊的埠。 指定 0 以停用閘道功能。 |
SiloListeningEndpoint |
取得或設定用來接聽尋尋接收器通訊的端點。 如果未設定,則會預設為 AdvertisedIPAddress + SiloPort |
SiloPort |
取得或設定這個尋址接收器用於尋址接收器對尋址通訊的埠。 |