Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

protected:
virtual property TraceSource^ Trace {
	TraceSource^ get ();
}

Property Value

Type: System.Diagnostics::TraceSource
The source of the connection.
Show: