FormPostHttpBody-Konstruktor
Initialisiert eine neue Instanz der FormPostHttpBody-Klasse.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Sub New
public FormPostHttpBody()
public:
FormPostHttpBody()
new : unit -> FormPostHttpBody
public function FormPostHttpBody()
Hinweise
Es wird ein leerer FormPostHttpBody initialisiert.Der Standardinhaltstyp ist 'application/x-www-form-urlencoded'.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.