WebSocketTransport.Name Property

.NET Framework 4.5

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 WebSocketTransport 
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

Implements

IClientTransport.Name

See Also

Reference

WebSocketTransport Class

Microsoft.AspNet.SignalR.Client.Transports Namespace