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