.NET Framework 4
The accept header for this request.
Namespace:  Microsoft.AspNet.SignalR.Client.Http
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Property Accept As String 
    Get 
    Set
'Usage
Dim instance As IRequest 
Dim value As String 
value = instance.Accept
instance.Accept = value
string Accept { get; set; }
property String^ Accept {
    String^ get ();
    void set (String^ value);
}
abstract Accept : string with get, set
function get Accept () : String 
function set Accept (value : String)
Property Value
Type: System.String