29 references to ServicePoint
System (24)
net\System\Net\_AuthenticationManager2.cs (1)
150object binding = httpWebRequest.ServicePoint.CachedChannelBinding;
net\System\Net\_AuthenticationManagerDefault.cs (1)
279object binding = httpWebRequest.ServicePoint.CachedChannelBinding;
net\System\Net\_AuthenticationState.cs (4)
96Uri newUri = IsProxyAuth ? httpWebRequest.ServicePoint.InternalAddress : httpWebRequest.GetRemoteResourceUri(); 126if (!IsProxyAuth && (httpWebRequest.ServicePoint.InternalProxyServicePoint || httpWebRequest.UseCustomHost)) 165host = httpWebRequest.ServicePoint.Hostname; 166trustNewHost &= httpWebRequest.ServicePoint.IsTrustedHost; // Can only lose trust
net\System\Net\_DigestClient.cs (3)
208httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, binding); 417httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, authSession.ChannelBinding); 433httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_KerberosClient.cs (1)
194httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_NegotiateClient.cs (2)
185httpWebRequest.ServicePoint.ReleaseConnectionGroup(httpWebRequest.GetConnectionGroupLine()); 217httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\_NtlmClient.cs (2)
179httpWebRequest.ServicePoint.ReleaseConnectionGroup(httpWebRequest.GetConnectionGroupLine()); 183httpWebRequest.ServicePoint.SetCachedChannelBinding(httpWebRequest.ChallengedUri, authSession.ChannelBinding);
net\System\Net\HttpWebRequest.cs (10)
864return ServicePoint.InternalProxyServicePoint; 876return ServicePoint.InternalProxyServicePoint && 1238ServicePoint.ReleaseConnectionGroup(GetConnectionGroupLine()); 1291if (ServicePoint.HttpBehaviour==HttpBehaviour.HTTP11 || ServicePoint.HttpBehaviour==HttpBehaviour.Unknown) { 3217if (this.IsWebSocketRequest && this.ServicePoint != null) 3219this.ServicePoint.CloseConnectionGroup(this.ConnectionGroupName); 5005ExpectContinue = ExpectContinue && !IsVersionHttp10 && ServicePoint.Expect100Continue; 5064if (IsVersionHttp10 || ServicePoint.HttpBehaviour<=HttpBehaviour.HTTP10) { 5695&& HttpWriteMode != HttpWriteMode.ContentLength && this.ServicePoint.InternalProxyServicePoint
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
809httpWebRequest.ServicePoint.UseNagleAlgorithm = false;
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2583httpWebRequest.ServicePoint.Expect100Continue = true;
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
79X509Certificate certificate = request.ServicePoint.Certificate;
System.Xml (2)
System\Xml\XmlDownloadManager.cs (1)
61if ( openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1 ) {
System\Xml\XmlDownloadManagerAsync.cs (1)
55if (openedHost.nonCachedConnectionsCount < webReq.ServicePoint.ConnectionLimit - 1) {