Click or drag to resize

MiscEnableDebugging Method

Enables the inclusion if debugging information in the communication for a ServiceHost.

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCF
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static void EnableDebugging(
	ServiceHost Host
)

Parameters

Host  ServiceHost
The ServiceHost object to enable debugging for.
See Also