WebHttpBindingElement.OnApplyConfiguration(Binding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the property values of a specified binding from the contents of this binding configuration element.
protected:
override void OnApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
protected override void OnApplyConfiguration (System.ServiceModel.Channels.Binding binding);
override this.OnApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub OnApplyConfiguration (binding As Binding)
Parameters
- binding
- Binding
The Binding that is initialized from the contents of this binding configuration element.
Exceptions
binding
is null
.
The type of this binding element is different from the type specified by binding
.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET