Aracılığıyla paylaş


WebScriptEnablingBehavior.ApplyClientBehavior Yöntem

Tanım

Davranışı bir uç nokta üzerinden istemciye uygular.

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

Parametreler

endpoint
ServiceEndpoint

Sözleşmeyi ServiceEndpoint açığa çıkaran.

clientRuntime
ClientRuntime

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

Açıklamalar

Bir uç noktayla veya belirli işlemler için kullanılan tüm iletilerde ApplyClientBehavior(ServiceEndpoint, ClientRuntime) istemci çalışma zamanını görüntülemek, değiştirmek veya istemci çalışma zamanına özel uzantı eklemek için yöntemini uygular.

Şunlara uygulanır