Share via


HubRequest.Method Property

.NET Framework 4

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

Syntax

'Declaration
Public Property Method As String 
    Get 
    Set
'Usage
Dim instance As HubRequest 
Dim value As String 

value = instance.Method

instance.Method = value
public string Method { get; set; }
public:
property String^ Method {
    String^ get ();
    void set (String^ value);
}
member Method : string with get, set
function get Method () : String 
function set Method (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

HubRequest Class

Microsoft.AspNet.SignalR.Hubs Namespace