PersistentConnection.Trace Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property Trace As TraceSource
Get
'Usage
Dim value As TraceSource
value = Me.Trace
protected virtual TraceSource Trace { get; }
protected:
virtual property TraceSource^ Trace {
TraceSource^ get ();
}
abstract Trace : TraceSource
override Trace : TraceSource
function get Trace () : TraceSource
Property Value
Type: System.Diagnostics.TraceSource
Returns TraceSource.