MiscEnableDebugging Method |
Enables the inclusion if debugging information in the communication for a ServiceHost.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCFAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static void EnableDebugging(
ServiceHost Host
)
Public Shared Sub EnableDebugging (
Host As ServiceHost
)
Dim Host As ServiceHost
Misc.EnableDebugging(Host)
Parameters
- Host ServiceHost
- The ServiceHost object to enable debugging for.
See Also