BaseGenericHttpMessageHeaders Property  | 
 
            Gets or sets the HTTP headers.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic Variable[] Headers { get; set; }Public Property Headers As Variable()
	Get
	Set
public:
property array<Variable^>^ Headers {
	array<Variable^>^ get ();
	void set (array<Variable^>^ value);
}member Headers : Variable[] with get, set
Property Value
Type: 
Variable
            The headers.
            
See Also