ChannelDispatcher::BindingName Property

 

Gets the name of the binding used to configure the service.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ BindingName {
	String^ get();
}

Property Value

Type: System::String^

The binding name of the service.

Used to obtain the binding name for the binding with which this channel dispatcher is associated.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: