XdsObjects Help file
XdsObjects Namespace / XdsDomain.BindingDelegate Delegate
Indicate whether MTOM binding is required. If set to false Text binding is returned
The remote web service endpoint



In This Topic
    XdsDomain.BindingDelegate Delegate
    In This Topic
    Event Hanlder of XdsDomain on Getting the protocal Binding
    Syntax
    Public Delegate Function XdsDomain.BindingDelegate( _
       ByVal useMTOM As Boolean, _
       ByVal Address As WebServiceEndpoint _
    ) As Binding
    Dim instance As New XdsDomain.BindingDelegate(AddressOf HandlerMethod)
    public delegate Binding XdsDomain.BindingDelegate( 
       bool useMTOM,
       WebServiceEndpoint Address
    )
    public delegate Binding^ XdsDomain.BindingDelegate( 
       bool useMTOM,
       WebServiceEndpoint^ Address
    )

    Parameters

    useMTOM
    Indicate whether MTOM binding is required. If set to false Text binding is returned
    Address
    The remote web service endpoint

    Return Value

    MTOM or Text binding
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also