IConnection.DefaultSignal Property
.NET Framework 4
The main signal for this connection. This is the main signalr for a PersistentConnection .
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
ReadOnly Property DefaultSignal As String
Get
'Usage
Dim instance As IConnection
Dim value As String
value = instance.DefaultSignal
string DefaultSignal { get; }
property String^ DefaultSignal {
String^ get ();
}
abstract DefaultSignal : string
function get DefaultSignal () : String
Property Value
Type: System.String