共用方式為


EndpointOptions 類別

定義

設定尋址接收器端點選項

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

取得或設定這個尋址接收器用於尋址接收器對尋址通訊的埠。

適用於