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