RelaxISWCFLinkProxyGetDefaultBinding Method |
This method returns a working NetNamedPipeBinding object with the correct options set to communicate with the RelaxIS WCF Link service.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static NetNamedPipeBinding GetDefaultBinding()
Public Shared Function GetDefaultBinding As NetNamedPipeBinding
Dim returnValue As NetNamedPipeBinding
returnValue = RelaxISWCFLinkProxy.GetDefaultBinding()
Return Value
NetNamedPipeBindingA working NetNamedPipeBinding object with the correct options set to communicate with the RelaxIS WCF service.
See Also