6 references to HTTP_REQUEST_HEADER_ID
System (6)
net\System\Net\UnsafeNativeMethods.cs (1)
3021headerCollection.AddInternal(HTTP_REQUEST_HEADER_ID.ToString(index), headerValue);
net\System\Net\WebHeaderCollection.cs (5)
273return this[UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header)]; 279this[UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header)] = value; 320this.Add(UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header), value); 339this.Set(UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header), value); 372this.Remove(UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header));