IConnection.Transport Property
.NET Framework 4.5
Gets the client transport for the IConnection.
Namespace: Microsoft.AspNet.SignalR.Client
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
ReadOnly Property Transport As IClientTransport
Get
'Usage
Dim instance As IConnection
Dim value As IClientTransport
value = instance.Transport
IClientTransport Transport { get; }
property IClientTransport^ Transport {
IClientTransport^ get ();
}
abstract Transport : IClientTransport
function get Transport () : IClientTransport
Property Value
Type: Microsoft.AspNet.SignalR.Client.Transports.IClientTransport
The client transport for the IConnection.