Aracılığıyla paylaş


WebScriptEnablingBehavior.ApplyDispatchBehavior Yöntem

Tanım

Davranışı hizmet uç noktasına uygular.

public:
 override void ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher);
public override void ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
override this.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Public Overrides Sub ApplyDispatchBehavior (endpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher)

Parametreler

endpoint
ServiceEndpoint

ServiceEndpointSözleşmeyi kullanıma sunar.

endpointDispatcher
EndpointDispatcher

EndpointDispatcherÖzel davranışın uygulandığı.

Açıklamalar

Normalde, bu yöntem Windows Communication Foundation (WCF) tarafından, davranış bir uç noktaya uygulandığında otomatik olarak çağrılır. Bu nedenle, bu yöntemi el ile çağırmaya gerek yoktur.

Şunlara uygulanır