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