WebServiceRequestBase.Accept property

Gets or sets the value of the Accept HTTP header.

public string? Accept { get; set; }

Property Value

The value of the Accept HTTP header. The default value is null.

See Also