ServiceContractGenerator.GenerateBinding(Binding, String, String) 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.
Generates a binding configuration for the specified Binding instance.
public:
void GenerateBinding(System::ServiceModel::Channels::Binding ^ binding, [Runtime::InteropServices::Out] System::String ^ % bindingSectionName, [Runtime::InteropServices::Out] System::String ^ % configurationName);
public void GenerateBinding (System.ServiceModel.Channels.Binding binding, out string bindingSectionName, out string configurationName);
member this.GenerateBinding : System.ServiceModel.Channels.Binding * string * string -> unit
Public Sub GenerateBinding (binding As Binding, ByRef bindingSectionName As String, ByRef configurationName As String)
Parameters
- bindingSectionName
- String
The name of the generated binding section.
- configurationName
- String
The name of the generated binding configuration.
Remarks
The configuration name for the binding is taken from the Name property. Binding configuration names are made unique by adding integers to the binding configuration name.
The binding section name is the name of the binding configuration section that the binding configuration was added to.