Freigeben über


BinaryHttpBody.Clone-Methode

Erstellt eine Kopie des HTTP-Anforderungsobjekts, das an einen Webserver gesendet wird.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Function Clone As Object
public Object Clone()
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object 
override Clone : unit -> Object 
public final function Clone() : Object

Rückgabewert

Typ: System.Object
Ein HTTP-Anforderungsobjekt.

Implementiert

ICloneable.Clone()

.NET Framework-Sicherheit

Siehe auch

Referenz

BinaryHttpBody Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace

WebTestRequest