WebTestRequestCollection Class

A serializable, strongly typed container for Web test request headers.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WebTestRequestCollection _
    Inherits WebTestBaseCollection(Of WebTestRequest)
'Usage
Dim instance As WebTestRequestCollection
[SerializableAttribute]
public class WebTestRequestCollection : WebTestBaseCollection<WebTestRequest>
[SerializableAttribute]
public ref class WebTestRequestCollection : public WebTestBaseCollection<WebTestRequest^>
public class WebTestRequestCollection extends WebTestBaseCollection<WebTestRequest>

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<WebTestRequest>
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<WebTestRequest>
      Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WebTestRequestCollection Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Working with Web Tests