Aracılığıyla paylaş


WebScriptEndpointElement.OnApplyConfiguration Yöntem

Tanım

Belirtilen ServiceEndpoint öğesini değerine WebScriptEndpointdönüştürür.

Aşırı Yüklemeler

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Belirtilen ServiceEndpoint öğesini değerine WebScriptEndpointdönüştürür.

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Belirtilen ServiceEndpoint öğesini değerine WebScriptEndpointdönüştürür.

OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)

Belirtilen ServiceEndpoint öğesini değerine WebScriptEndpointdönüştürür.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ChannelEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ChannelEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ChannelEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ChannelEndpointElement)

Parametreler

endpoint
ServiceEndpoint

ServiceEndpoint Dönüştürülecek.

serviceEndpointElement
ChannelEndpointElement

Kullanılmadı.

Şunlara uygulanır

OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)

Belirtilen ServiceEndpoint öğesini değerine WebScriptEndpointdönüştürür.

protected:
 override void OnApplyConfiguration(System::ServiceModel::Description::ServiceEndpoint ^ endpoint, System::ServiceModel::Configuration::ServiceEndpointElement ^ serviceEndpointElement);
protected override void OnApplyConfiguration (System.ServiceModel.Description.ServiceEndpoint endpoint, System.ServiceModel.Configuration.ServiceEndpointElement serviceEndpointElement);
override this.OnApplyConfiguration : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Configuration.ServiceEndpointElement -> unit
Protected Overrides Sub OnApplyConfiguration (endpoint As ServiceEndpoint, serviceEndpointElement As ServiceEndpointElement)

Parametreler

endpoint
ServiceEndpoint

ServiceEndpoint Dönüştürülecek.

serviceEndpointElement
ServiceEndpointElement

Kullanılmadı.

Şunlara uygulanır