Sdílet prostřednictvím


WebTestRequest.Version – vlastnost

Získá nebo nastaví verzi HTTP požadavku.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.String
Verze protokolu HTTP požadavek.Výchozí hodnota je "1.1".

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequest Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů