Click or drag to resize

RelaxISWCFLinkProxyGetDefaultBinding(TimeSpan) Method

This method returns a working NetNamedPipeBinding object with the correct options set to communicate with the RelaxIS WCF Link service.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static NetNamedPipeBinding GetDefaultBinding(
	TimeSpan OperationTimeout
)

Parameters

OperationTimeout  TimeSpan
The timeout for operations sent over the pipe.

Return Value

NetNamedPipeBinding
A working NetNamedPipeBinding object with the correct options set to communicate with the RelaxIS WCF service.
See Also