Share via


DispatchRuntime.EndpointDispatcher 屬性

定義

取得這個分派執行階段的 EndpointDispatcher

public:
 property System::ServiceModel::Dispatcher::EndpointDispatcher ^ EndpointDispatcher { System::ServiceModel::Dispatcher::EndpointDispatcher ^ get(); };
public System.ServiceModel.Dispatcher.EndpointDispatcher EndpointDispatcher { get; }
member this.EndpointDispatcher : System.ServiceModel.Dispatcher.EndpointDispatcher
Public ReadOnly Property EndpointDispatcher As EndpointDispatcher

屬性值

這個分派執行階段的 EndpointDispatcher

備註

使用 EndpointDispatcher 屬性來取得與這個分派執行階段有關聯的端點發送器,即可修改或自訂端點特定的執行。

適用於