HttpBasedTransport.Name Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Client.Transports
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String 
    Get
'Usage
Dim instance As HttpBasedTransport 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Property Value

Type: System.String
Returns String.

Implements

IClientTransport.Name

See Also

Reference

HttpBasedTransport Class

Microsoft.AspNet.SignalR.Client.Transports Namespace