ServiceContractGenerator.GenerateBinding(Binding, String, String) Method

Definition

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

binding
Binding

The Binding to use to generate the binding configuration.

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.

Applies to