WebRequestModuleElementCollection.Add(WebRequestModuleElement) Method

Definition

Adds an element to the collection.

public:
 void Add(System::Net::Configuration::WebRequestModuleElement ^ element);
public void Add (System.Net.Configuration.WebRequestModuleElement element);
member this.Add : System.Net.Configuration.WebRequestModuleElement -> unit
Public Sub Add (element As WebRequestModuleElement)

Parameters

element
WebRequestModuleElement

The WebRequestModuleElement to add to the collection.

Applies to