Base:
method
Get
System.Collections.Specialized.NameValueCollection.Get(System.Int32)
1 override of Get
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
208
public override string
Get
(int index)
4 references to Get
System (3)
net\System\Net\HttpListenerResponse.cs (2)
495
sb.Append(Headers.
Get
(i));
789
headerValue = Headers.
Get
(index) as string;
net\System\Net\WebHeaderCollection.cs (1)
1048
serializationInfo.AddValue((i + Count).ToString(NumberFormatInfo.InvariantInfo),
Get
(i));
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
110
string cookieValue = response.Headers.
Get
(iter);