2 instantiations of ServicePoint
System (2)
net\System\Net\ServicePointManager.cs (2)
813servicePoint = new ServicePoint(address, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint); 878servicePoint = new ServicePoint(host, port, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint);
89 references to ServicePoint
System (88)
net\System\Net\_Connection.cs (1)
360internal override ServicePoint ServicePoint {
net\System\Net\_ConnectionGroup.cs (3)
22private ServicePoint m_ServicePoint; 39internal ConnectionGroup(ServicePoint servicePoint, string connName) { 58internal ServicePoint ServicePoint {
net\System\Net\_PooledStream.cs (1)
139internal virtual ServicePoint ServicePoint {
net\System\Net\_TLSstream.cs (1)
44ServicePoint servicePoint,
net\System\Net\connectionpool.cs (3)
74private ServicePoint m_ServicePoint; 98internal ConnectionPool(ServicePoint servicePoint, int maxPoolSize, int minPoolSize, int idleTimeout, CreateConnectionDelegate createConnectionCallback) : base() { 225internal ServicePoint ServicePoint {
net\System\Net\ConnectionPoolManager.cs (3)
48internal static ConnectionPool GetConnectionPool(ServicePoint servicePoint, string groupName, CreateConnectionDelegate createConnectionCallback) { 75internal static bool RemoveConnectionPool(ServicePoint servicePoint, string groupName) 108internal static void CleanupConnectionPool(ServicePoint servicePoint, string groupName) {
net\System\Net\FtpWebRequest.cs (6)
209private ServicePoint m_ServicePoint; 460ServicePoint refreshIt = ServicePoint ; 482public ServicePoint ServicePoint { 490ServicePoint servicePoint = ServicePointManager.FindServicePoint(m_Uri, proxy); 584ServicePoint servicePoint = ServicePoint; 904ServicePoint servicePoint = ServicePoint;
net\System\Net\HttpWebRequest.cs (9)
166internal ServicePoint _ServicePoint; 1834ServicePoint servicePoint = null; 2430public ServicePoint ServicePoint { 2728ServicePoint servicePoint = FindServicePoint(true); 3282private ServicePoint FindServicePoint(bool forceFind) { 3285ServicePoint servicePoint = _ServicePoint; 4129private void SubmitRequest(ServicePoint servicePoint) 5132internal HttpWebRequest(Uri uri, ServicePoint servicePoint) { 5251internal HttpWebRequest(Uri uri, ServicePoint servicePoint, bool isWebSocketRequest, string connectionGroupName)
net\System\Net\ICertificatePolicy.cs (1)
23bool CheckValidationResult(ServicePoint srvPoint, X509Certificate certificate, WebRequest request, int certificateProblem);
net\System\Net\Internal.cs (3)
1998private ServicePoint srvPoint; 2001internal PolicyWrapper(ICertificatePolicy policy, ServicePoint sp, WebRequest wr) { 2186public bool CheckValidationResult(ServicePoint sp, X509Certificate cert, WebRequest request, int problem) {
net\System\Net\mail\SmtpClient.cs (2)
62ServicePoint servicePoint = null; 306public ServicePoint ServicePoint {
net\System\Net\mail\smtpconnection.cs (2)
164internal IAsyncResult BeginGetConnection(ServicePoint servicePoint, ContextAwareResult outerResult, AsyncCallback callback, object state) 315internal void GetConnection(ServicePoint servicePoint)
net\System\Net\mail\SmtpTransport.cs (5)
76ServicePoint lastUsedServicePoint; 183private void UpdateServicePoint(ServicePoint servicePoint) 195internal void GetConnection(ServicePoint servicePoint) 218internal IAsyncResult BeginGetConnection(ServicePoint servicePoint, ContextAwareResult outerResult, AsyncCallback callback, object state) 352internal void CloseIdleConnections(ServicePoint servicePoint)
net\System\Net\ServicePoint.cs (15)
20public delegate IPEndPoint BindIPEndPoint(ServicePoint servicePoint, IPEndPoint remoteEndPoint, int retryCount); 455/// Gets the Uniform Resource Identifier of the <see cref='System.Net.ServicePoint'/>. 536/// Gets or sets the Nagling algorithm on the connections that are created to this <see cref='System.Net.ServicePoint'/>. 570/// Gets or sets indication whether 100-continue behaviour is desired when using this <see cref='System.Net.ServicePoint'/>. 585/// Gets the date/time that the <see cref='System.Net.ServicePoint'/> went idle. 597/// The version of the protocol being used on this <see cref='System.Net.ServicePoint'/>. 748/// Gets or sets the maximum number of connections allowed on this <see cref='System.Net.ServicePoint'/>. 819/// <see cref='System.Net.ServicePoint'/>. 839/// Gets the certificate received for this <see cref='System.Net.ServicePoint'/>. 886/// Indicates that the <see cref='System.Net.ServicePoint'/> supports pipelined connections. 1042ServicePoint m_ServicePoint; 1044internal static RemoteCertValidationCallback CreateAdapter(ServicePoint serviePoint, TlsStream secureStream, Object request) 1050private HandshakeDoneProcedure (ServicePoint serviePoint, TlsStream secureStream, Object request) { 1206internal ConnectSocketState(ServicePoint servicePoint, PooledStream pooledStream, object owner, Socket s4, Socket s6) 1214internal ServicePoint servicePoint;
net\System\Net\ServicePointManager.cs (33)
25/// <para>Manages the collection of <see cref='System.Net.ServicePoint'/> instances.</para> 32/// The number of non-persistent connections allowed on a <see cref='System.Net.ServicePoint'/>. 38/// The default number of persistent connections allowed on a <see cref='System.Net.ServicePoint'/>. 163ServicePoint servicePoint; 165servicePoint = (ServicePoint)servicePointReference.Target; 232ServicePoint servicePoint = (ServicePoint) context; 391/// <para>Gets or sets the maximum number of <see cref='System.Net.ServicePoint'/> instances that should be maintained at any 430/// <para>Gets or sets the maximum idle time in seconds of a <see cref='System.Net.ServicePoint'/>.</para> 451/// Changing this value does not affect existing <see cref='System.Net.ServicePoint'/> instances but only to new ones that are created from that moment on. 466/// Changing this value does not affect existing <see cref='System.Net.ServicePoint'/> instances but only to new ones that are created from that moment on. 649/// <para>Finds an existing <see cref='System.Net.ServicePoint'/> or creates a new <see cref='System.Net.ServicePoint'/> to manage communications to the 652public static ServicePoint FindServicePoint(Uri address) { 658/// <para>Finds an existing <see cref='System.Net.ServicePoint'/> or creates a new <see cref='System.Net.ServicePoint'/> to manage communications to the 661public static ServicePoint FindServicePoint(string uriString, IWebProxy proxy) { 672/// <para>Findes an existing <see cref='System.Net.ServicePoint'/> or creates a new <see cref='System.Net.ServicePoint'/> to manage communications to the specified <see cref='System.Uri'/> 675public static ServicePoint FindServicePoint(Uri address, IWebProxy proxy) { 683internal static ServicePoint FindServicePoint(Uri address, IWebProxy proxy, out ProxyChain chain, ref HttpAbortDelegate abortDelegate, ref int abortState) 748ServicePoint servicePoint = FindServicePointHelper(address, isProxyServicePoint); 754internal static ServicePoint FindServicePoint(ProxyChain chain) 766private static ServicePoint FindServicePointHelper(Uri address, bool isProxyServicePoint) 792ServicePoint servicePoint = null; 799servicePoint = (ServicePoint)servicePointReference.Target; 836/// <para>Findes an existing <see cref='System.Net.ServicePoint'/> or creates a new <see cref='System.Net.ServicePoint'/> to manage communications to the specified <see cref='System.Uri'/> 839internal static ServicePoint FindServicePoint(string host, int port) { 856ServicePoint servicePoint = null; 863servicePoint = (ServicePoint)servicePointReference.Target; 899ServicePoint servicePoint = null; 904servicePoint = (ServicePoint)servicePointReference.Target;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
224ServicePoint sp = ServicePointManager.FindServicePoint(new Uri(channelURI));