OnSetBindingConfiguration Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the configuration for an HTTP transport binding.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Protected Overrides Sub OnSetBindingConfiguration ( _
cfg As Object _
)
protected override void OnSetBindingConfiguration(
Object cfg
)
protected:
virtual void OnSetBindingConfiguration(
Object^ cfg
) override
abstract OnSetBindingConfiguration :
cfg:Object -> unit
override OnSetBindingConfiguration :
cfg:Object -> unit
protected override function OnSetBindingConfiguration(
cfg : Object
)
Parameters
- cfg
Type: System. . :: . .Object
The configuration for the current binding.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.