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