RelaxISWCFLinkProxyGetDefaultProxy Method |
This method creates a
RelaxISWCFLinkProxy object with the correct settings used 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 RelaxISWCFLinkProxy GetDefaultProxy()
Public Shared Function GetDefaultProxy As RelaxISWCFLinkProxy
Dim returnValue As RelaxISWCFLinkProxy
returnValue = RelaxISWCFLinkProxy.GetDefaultProxy()
Return Value
RelaxISWCFLinkProxyThe proxy you can use to call functions.
See Also