WebHttpEndpointElement.OnApplyConfiguration Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen hizmet veya kanal uç noktasını değerine WebHttpEndpointdönüştürür.
Aşırı Yüklemeler
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement) |
Belirtilen ServiceEndpoint öğesini değerine WebHttpEndpointdönüştürür. |
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement) |
Belirtilen ServiceEndpoint öğesini değerine WebHttpEndpointdönüştürür. |
OnApplyConfiguration(ServiceEndpoint, ChannelEndpointElement)
Belirtilen ServiceEndpoint öğesini değerine WebHttpEndpointdö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
Web ServiceEndpoint HTTP yapılandırma ayarlarının uygulandığı.
- serviceEndpointElement
- ChannelEndpointElement
Uygulanmaz.
Şunlara uygulanır
OnApplyConfiguration(ServiceEndpoint, ServiceEndpointElement)
Belirtilen ServiceEndpoint öğesini değerine WebHttpEndpointdö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
Web ServiceEndpoint HTTP yapılandırma ayarlarının uygulandığı.
- serviceEndpointElement
- ServiceEndpointElement
Uygulanmaz.