WebHeaderCollection « Network Remote « VB.Net






1.WebHeaderCollection.Add inserts the specified header into the collection.
2.WebHeaderCollection.GetValues gets an array of header values stored in a header.
3.WebHeaderCollection.IsRestricted tells whether the specified HTTP header can be set for the request.
4.WebHeaderCollection.Remove removes the specified header from the collection.
5.WebHeaderCollection.Set sets the specified header to the specified value.