RelaxISRemoteWCFProxyGetDefaultBinding Method |
This method returns a working NetTcpBinding object with the correct options set to communicate with the RelaxIS Remote WCF node.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCFAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static NetTcpBinding GetDefaultBinding()
Public Shared Function GetDefaultBinding As NetTcpBinding
Dim returnValue As NetTcpBinding
returnValue = RelaxISRemoteWCFProxy.GetDefaultBinding()
Return Value
NetTcpBindingA working NetTcpBinding object with the correct options set to communicate with the RelaxIS Remote WCF node.
See Also