2 instantiations of ServicePoint
System (2)
net\System\Net\ServicePointManager.cs (2)
813
servicePoint = new
ServicePoint
(address, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint);
878
servicePoint = new
ServicePoint
(host, port, s_ServicePointIdlingQueue, connectionLimit, tempEntry, userDefined, isProxyServicePoint);
89 references to ServicePoint
System (88)
net\System\Net\_Connection.cs (1)
360
internal override
ServicePoint
ServicePoint {
net\System\Net\_ConnectionGroup.cs (3)
22
private
ServicePoint
m_ServicePoint;
39
internal ConnectionGroup(
ServicePoint
servicePoint, string connName) {
58
internal
ServicePoint
ServicePoint {
net\System\Net\_PooledStream.cs (1)
139
internal virtual
ServicePoint
ServicePoint {
net\System\Net\_TLSstream.cs (1)
44
ServicePoint
servicePoint,
net\System\Net\connectionpool.cs (3)
74
private
ServicePoint
m_ServicePoint;
98
internal ConnectionPool(
ServicePoint
servicePoint, int maxPoolSize, int minPoolSize, int idleTimeout, CreateConnectionDelegate createConnectionCallback) : base() {
225
internal
ServicePoint
ServicePoint {
net\System\Net\ConnectionPoolManager.cs (3)
48
internal static ConnectionPool GetConnectionPool(
ServicePoint
servicePoint, string groupName, CreateConnectionDelegate createConnectionCallback) {
75
internal static bool RemoveConnectionPool(
ServicePoint
servicePoint, string groupName)
108
internal static void CleanupConnectionPool(
ServicePoint
servicePoint, string groupName) {
net\System\Net\FtpWebRequest.cs (6)
209
private
ServicePoint
m_ServicePoint;
460
ServicePoint
refreshIt = ServicePoint ;
482
public
ServicePoint
ServicePoint {
490
ServicePoint
servicePoint = ServicePointManager.FindServicePoint(m_Uri, proxy);
584
ServicePoint
servicePoint = ServicePoint;
904
ServicePoint
servicePoint = ServicePoint;
net\System\Net\HttpWebRequest.cs (9)
166
internal
ServicePoint
_ServicePoint;
1834
ServicePoint
servicePoint = null;
2430
public
ServicePoint
ServicePoint {
2728
ServicePoint
servicePoint = FindServicePoint(true);
3282
private
ServicePoint
FindServicePoint(bool forceFind) {
3285
ServicePoint
servicePoint = _ServicePoint;
4129
private void SubmitRequest(
ServicePoint
servicePoint)
5132
internal HttpWebRequest(Uri uri,
ServicePoint
servicePoint) {
5251
internal HttpWebRequest(Uri uri,
ServicePoint
servicePoint, bool isWebSocketRequest, string connectionGroupName)
net\System\Net\ICertificatePolicy.cs (1)
23
bool CheckValidationResult(
ServicePoint
srvPoint, X509Certificate certificate, WebRequest request, int certificateProblem);
net\System\Net\Internal.cs (3)
1998
private
ServicePoint
srvPoint;
2001
internal PolicyWrapper(ICertificatePolicy policy,
ServicePoint
sp, WebRequest wr) {
2186
public bool CheckValidationResult(
ServicePoint
sp, X509Certificate cert, WebRequest request, int problem) {
net\System\Net\mail\SmtpClient.cs (2)
62
ServicePoint
servicePoint = null;
306
public
ServicePoint
ServicePoint {
net\System\Net\mail\smtpconnection.cs (2)
164
internal IAsyncResult BeginGetConnection(
ServicePoint
servicePoint, ContextAwareResult outerResult, AsyncCallback callback, object state)
315
internal void GetConnection(
ServicePoint
servicePoint)
net\System\Net\mail\SmtpTransport.cs (5)
76
ServicePoint
lastUsedServicePoint;
183
private void UpdateServicePoint(
ServicePoint
servicePoint)
195
internal void GetConnection(
ServicePoint
servicePoint)
218
internal IAsyncResult BeginGetConnection(
ServicePoint
servicePoint, ContextAwareResult outerResult, AsyncCallback callback, object state)
352
internal void CloseIdleConnections(
ServicePoint
servicePoint)
net\System\Net\ServicePoint.cs (15)
20
public 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.
1042
ServicePoint
m_ServicePoint;
1044
internal static RemoteCertValidationCallback CreateAdapter(
ServicePoint
serviePoint, TlsStream secureStream, Object request)
1050
private HandshakeDoneProcedure (
ServicePoint
serviePoint, TlsStream secureStream, Object request) {
1206
internal ConnectSocketState(
ServicePoint
servicePoint, PooledStream pooledStream, object owner, Socket s4, Socket s6)
1214
internal
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
'/>.
163
ServicePoint
servicePoint;
165
servicePoint = (
ServicePoint
)servicePointReference.Target;
232
ServicePoint
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
652
public 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
661
public 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'/>
675
public static
ServicePoint
FindServicePoint(Uri address, IWebProxy proxy) {
683
internal static
ServicePoint
FindServicePoint(Uri address, IWebProxy proxy, out ProxyChain chain, ref HttpAbortDelegate abortDelegate, ref int abortState)
748
ServicePoint
servicePoint = FindServicePointHelper(address, isProxyServicePoint);
754
internal static
ServicePoint
FindServicePoint(ProxyChain chain)
766
private static
ServicePoint
FindServicePointHelper(Uri address, bool isProxyServicePoint)
792
ServicePoint
servicePoint = null;
799
servicePoint = (
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'/>
839
internal static
ServicePoint
FindServicePoint(string host, int port) {
856
ServicePoint
servicePoint = null;
863
servicePoint = (
ServicePoint
)servicePointReference.Target;
899
ServicePoint
servicePoint = null;
904
servicePoint = (
ServicePoint
)servicePointReference.Target;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
224
ServicePoint
sp = ServicePointManager.FindServicePoint(new Uri(channelURI));