Base:
property
ServicePoint
System.Net.PooledStream.ServicePoint
24 references to ServicePoint
System (24)
net\System\Net\_Connection.cs (21)
641if (m_RecycleTimer.Duration != ServicePoint.ConnectionLeaseTimerQueue.Duration) { 643m_RecycleTimer = ServicePoint.ConnectionLeaseTimerQueue.CreateTimer(); 848if (ServicePoint.MaxIdleTime != -1 && 851TimeSpan.FromMilliseconds(ServicePoint.MaxIdleTime) < 1074ServicePoint.InternalProxyServicePoint) 1076if(!TunnelThroughProxy(ServicePoint.InternalAddress, httpWebRequest,async)) { 1164ServicePoint, 2147if (ServicePoint.HttpBehaviour==HttpBehaviour.Unknown || ServicePoint.HttpBehaviour==HttpBehaviour.HTTP11 && !m_ResponseData.m_IsVersionHttp11) { 2150ServicePoint.HttpBehaviour = m_ResponseData.m_IsVersionHttp11 ? HttpBehaviour.HTTP11 : HttpBehaviour.HTTP10; 2155m_CanPipeline = ServicePoint.SupportsPipelining; 2302(ServicePoint.InternalProxyServicePoint) || 2318if ((haveClose && ServicePoint.HttpBehaviour==HttpBehaviour.HTTP11) || 2319(!haveKeepAlive && ServicePoint.HttpBehaviour<=HttpBehaviour.HTTP10)) 2710if (ServicePoint.HttpBehaviour == HttpBehaviour.HTTP11 2715ServicePoint.HttpBehaviour = HttpBehaviour.HTTP11PartiallyCompliant; 2728if (!ServicePoint.Understands100Continue) { 2732GlobalLog.Print("Connection#" + ValidationHelper.HashString(this) + "::ParseResponseData() HttpWebRequest#" + ValidationHelper.HashString(m_CurrentRequest) + " ServicePoint#" + ValidationHelper.HashString(ServicePoint) + " sent UNexpected 100 Continue"); 2733ServicePoint.Understands100Continue = true; 3855ServicePoint.IncrementConnection(); 3872ServicePoint.DecrementConnection();
net\System\Net\HttpWebResponse.cs (1)
464connectStream.Connection.ServicePoint.CloseConnectionGroup(ConnectionGroupName);
net\System\Net\WebSockets\WebSocketConnectionStream.cs (2)
183Contract.Assert(this.m_ConnectStream.Connection.ServicePoint != null, "connection.ServicePoint should not be null."); 184this.m_ConnectStream.Connection.ServicePoint.CloseConnectionGroup(this.m_ConnectionGroupName);