PersistentConnection.Trace Property

.NET Framework 4.5

Gets the source of the connection.

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
The source of the connection.

See Also

Reference

PersistentConnection Class

Microsoft.AspNet.SignalR Namespace