Base:
method
Set
System.Collections.Specialized.NameValueCollection.Set(System.String, System.String)
3 references to Set
System.Web (3)
HttpResponse.cs (3)
3416
headers.
Set
("Location", _redirectLocation);
3431
headers.
Set
("Content-Type", contentType);
3454
headers.
Set
(header.Name, header.Value);