WS2007HttpBinding Constructor (HttpTransportBindingConfig, ArrayList)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the WS2007HttpBinding class with the specified binding configuration and parameter array.
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Sub New ( _
httpConfig As HttpTransportBindingConfig, _
bindingParams As ArrayList _
)
public WS2007HttpBinding(
HttpTransportBindingConfig httpConfig,
ArrayList bindingParams
)
public:
WS2007HttpBinding(
HttpTransportBindingConfig^ httpConfig,
ArrayList^ bindingParams
)
new :
httpConfig:HttpTransportBindingConfig *
bindingParams:ArrayList -> WS2007HttpBinding
public function WS2007HttpBinding(
httpConfig : HttpTransportBindingConfig,
bindingParams : ArrayList
)
Parameters
- httpConfig
Type: Ws.Services.Binding. . :: . .HttpTransportBindingConfig
The binding configuration.
- bindingParams
Type: System.Collections. . :: . .ArrayList
The binding parameter array.
.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.