ClientHubInvocation.Hub Property

.NET Framework 4

The name of the hub that the method being invoked belongs to.

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

Syntax

'Declaration
<JsonPropertyAttribute("H")> _
Public Property Hub As String 
    Get 
    Set
'Usage
Dim instance As ClientHubInvocation 
Dim value As String 

value = instance.Hub

instance.Hub = value
[JsonPropertyAttribute("H")]
public string Hub { get; set; }
[JsonPropertyAttribute(L"H")]
public:
property String^ Hub {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute("H")>]
member Hub : string with get, set
function get Hub () : String 
function set Hub (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

ClientHubInvocation Class

Microsoft.AspNet.SignalR.Hubs Namespace