3 references to Cookie
System (1)
net\System\Net\HttpListenerRequest.cs (1)
682string cookieString = GetKnownHeader(HttpRequestHeader.Cookie);
System.ServiceModel (2)
System\ServiceModel\Channels\ClientContextProtocol.cs (1)
377property.Headers.Add(HttpRequestHeader.Cookie, cookieHeader);
System\ServiceModel\Channels\ServiceContextProtocol.cs (1)
94string cookieHeader = httpRequest.Headers[HttpRequestHeader.Cookie];