HttpMetadataHttpVersion Property  | 
 
            HttpVersion, Default value is HttpVersion11, that represents HTTP/1.1
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic HttpVersion HttpVersion { get; set; }Public Property HttpVersion As HttpVersion
	Get
	Set
public:
property HttpVersion HttpVersion {
	HttpVersion get ();
	void set (HttpVersion value);
}member HttpVersion : HttpVersion with get, set
Property Value
Type: 
HttpVersion
See Also