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::Transport Property

.NET Framework 4.5

Gets or sets the transport associated with this connection.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

protected:
property ITransport^ Transport {
	ITransport^ get ();
	private: void set (ITransport^ value);
}

Property Value

Type: Microsoft.AspNet.SignalR.Transports::ITransport
The transport associated with this connection.
Show: