Base:
method
Get
System.Collections.Specialized.NameValueCollection.Get(System.String)
1 override of Get
System.Web (1)
HttpServerVarsCollection.cs (1)
186public override String Get(String name) {
1 reference to Get
System.Web (1)
HttpHeaderCollection.cs (1)
146string svValue = replace ? value : base.Get(name);