Click or drag to resize

RequestOptionsHttpHeaders Property

Gets or sets the custom HTTP headers to be sent.

Namespace:  Hummingbird.TestFramework.Services
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<Variable> HttpHeaders { get; set; }

Property Value

Type: ObservableCollectionVariable
The HTTP headers.
See Also