HttpHeaderValueCollection<T>::Add Method (T)

.NET Framework (current version)
 

Adds an entry to the HttpHeaderValueCollection<T>.

Namespace:   System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)

public:
virtual void Add(
	T item
) sealed

Parameters

item
Type: T

The item to add to the header collection.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: