| ChannelBaseTracing Property |
Gets a value that indicates whether this channel is tracing inbound
and outbound messages.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool Tracing { get; set; }
Public Property Tracing As Boolean
Get
Set
Property Value
Type:
Booleantrue is tracing is active; otherwise,
false.
See Also