Share via


Accept Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the value of the Accept HTTP header.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property Accept As String
public string Accept { get; set; }
public:
property String^ Accept {
    String^ get ();
    void set (String^ value);
}
member Accept : string with get, set
function get Accept () : String
function set Accept (value : String)

Property Value

Type: System. . :: . .String
The value of the Accept HTTP header. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Remarks

To clear the Accept HTTP header, set the Accept property to null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

Note

The value for this property is stored in WebHeaderCollection. If WebHeaderCollection is set, the property value is lost.

.NET Framework Security

See Also

Reference

HttpWebRequest Class

System.Net Namespace