Share via


BinaryHttpBody.Clone Method

Makes a copy of the HTTP request object that will be sent to a Web server.

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

Return Value

Type: System.Object
An HTTP request object.

Implements

ICloneable.Clone()

.NET Framework Security

See Also

Reference

BinaryHttpBody Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace

WebTestRequest