Base:
method
Remove
System.Collections.Specialized.NameValueCollection.Remove(System.String)
1 override of Remove
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
169public override void Remove(string name)
13 references to Remove
System (12)
net\System\Net\_AuthenticationState.cs (1)
318httpWebRequest.Headers.Remove(AuthorizationHeader);
net\System\Net\Cache\_Rfc2616CacheValidators.cs (6)
774ctx.CacheHeaders.Remove(ctx.ResponseCacheControl.PrivateHeaders[i]); 964ctx.CacheHeaders.Remove(ctx.CacheCacheControl.NoCacheHeaders[i]); 1137ctx.CacheHeaders.Remove(HttpKnownHeaderNames.ContentRange); 1140{ctx.CacheHeaders.Remove(HttpKnownHeaderNames.ContentLength);} 1723ctx.CacheHeaders.Remove(HttpKnownHeaderNames.ContentRange); 1726{ctx.CacheHeaders.Remove(HttpKnownHeaderNames.ContentLength);}
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
1163CacheHeaders.Remove(HttpKnownHeaderNames.Warning);
net\System\Net\HttpListenerResponse.cs (2)
618Headers.Remove(HttpKnownHeaderNames.SetCookie2); 626Headers.Remove(HttpKnownHeaderNames.SetCookie);
net\System\Net\WebHeaderCollection.cs (2)
372this.Remove(UnsafeNclNativeMethods.HttpApi.HTTP_REQUEST_HEADER_ID.ToString((int)header)); 379this.Remove(UnsafeNclNativeMethods.HttpApi.HTTP_RESPONSE_HEADER_ID.ToString((int)header));
System.ServiceModel (1)
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
400base.Remove(HasKeysHeader);