Share via


BindingContext Constructor (ProtocolVersion, BindingProperty[])

Initializes a new instance of the BindingContext class, specifying the SOAP message protocol version and set of binding properties. Creates a new instance of a BindingContext object.

Namespace: Ws.Services.Binding
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

protected BindingContext (
         ProtocolVersionversion,
         BindingProperty[] bindingProperties
)

Parameters

  • version
    The protocol version associated with this context.
  • bindingProperties
    [ParamArrayAttribute] An array of property parameters associated with this binding.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

BindingContext Class
BindingContext Members
Ws.Services.Binding Namespace