Home
last modified time | relevance | path

Searched refs:ServicePoint (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/Documentation/debugging/
H A Ddebugging-packages.md26 …c\System.Net.ServicePoint\ref\System.Net.ServicePoint.builds" (1) is building "S:\c1\src\System.Ne…
32 …ref/System.Net.ServicePoint/4.0.0.0/System.Net.ServicePoint.dll" to "S:\c1\bin/ref/System.Net.Serv…
33 …System.Net.ServicePoint -> S:\c1\bin\ref\System.Net.ServicePoint\4.0.0.0\System.Net.ServicePoint.d…
34 …ref/System.Net.ServicePoint/4.0.0.0/System.Net.ServicePoint.pdb" to "S:\c1\bin/ref/System.Net.Serv…
38 …c\System.Net.ServicePoint\ref\System.Net.ServicePoint.builds" (1) is building "S:\c1\src\System.Ne…
44 ….ServicePoint/4.0.0.0/netcoreapp1.1/System.Net.ServicePoint.dll" to "S:\c1\bin/ref/System.Net.Serv…
45 …System.Net.ServicePoint -> S:\c1\bin\ref\System.Net.ServicePoint\4.0.0.0\netcoreapp1.1\System.Net.
46 ….ServicePoint/4.0.0.0/netcoreapp1.1/System.Net.ServicePoint.pdb" to "S:\c1\bin/ref/System.Net.Serv…
79 <Name>System.Net.ServicePoint</Name>
90 …tem.Net.ServicePoint\tests\System.Net.ServicePoint.Tests.builds" (1) is building "S:\c1\src\System…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DSmtpClientTest.cs104 ServicePoint s1 = smtp1.ServicePoint; in ServicePoint_GetsCachedInstanceSpecificToHostPort()
105 ServicePoint s2 = smtp2.ServicePoint; in ServicePoint_GetsCachedInstanceSpecificToHostPort()
106 ServicePoint s3 = smtp3.ServicePoint; in ServicePoint_GetsCachedInstanceSpecificToHostPort()
107 ServicePoint s4 = smtp4.ServicePoint; in ServicePoint_GetsCachedInstanceSpecificToHostPort()
129 Assert.Equal(25, smtp.ServicePoint.Address.Port); in ServicePoint_NetCoreApp_AddressIsAccessible()
139 ServicePoint sp = smtp.ServicePoint; in ServicePoint_NetFramework_AddressIsInaccessible()
149 ServicePoint s1 = smtp.ServicePoint; in ServicePoint_ReflectsHostAndPortChange()
152 ServicePoint s2 = smtp.ServicePoint; in ServicePoint_ReflectsHostAndPortChange()
154 ServicePoint s3 = smtp.ServicePoint; in ServicePoint_ReflectsHostAndPortChange()
160 ServicePoint s4 = smtp.ServicePoint; in ServicePoint_ReflectsHostAndPortChange()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/src/System/Net/
H A DServicePointManager.cs18 …onary<string, WeakReference<ServicePoint>> s_servicePointTable = new ConcurrentDictionary<string, …
105 public static ServicePoint FindServicePoint(Uri address) => FindServicePoint(address, null);
107 …public static ServicePoint FindServicePoint(string uriString, IWebProxy proxy) => FindServicePoint… in FindServicePoint()
109 public static ServicePoint FindServicePoint(Uri address, IWebProxy proxy) in FindServicePoint()
123ServicePoint sp; // outside of loop to keep references alive from one iteration to the next in FindServicePoint()
129 WeakReference<ServicePoint> wr; in FindServicePoint()
138 … foreach (KeyValuePair<string, WeakReference<ServicePoint>> entry in s_servicePointTable) in FindServicePoint()
140 ServicePoint ignored; in FindServicePoint()
149 … ((IDictionary<string, WeakReference<ServicePoint>>)s_servicePointTable).Remove(entry); in FindServicePoint()
158 sp = new ServicePoint(address) in FindServicePoint()
[all …]
H A DServicePoint.cs11 public class ServicePoint class
18 internal ServicePoint(Uri address) in ServicePoint() method in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DServicePointTest.cs44 ServicePoint p = ServicePointManager.FindServicePoint (new Uri ("mailto:xx@yyy.com")); in All()
48 ServicePoint google = ServicePointManager.FindServicePoint (new Uri ("http://www.google.com")); in All()
50ServicePoint slashdot = ServicePointManager.FindServicePoint (new Uri ("http://www.slashdot.org")); in All()
63ServicePoint google2 = ServicePointManager.FindServicePoint (new Uri ("http://www.google.com/dilbe… in All()
93 ServicePoint sp2; in All()
134 ServicePoint sp = ServicePointManager.FindServicePoint (uri); in ConnectionLimit()
163 ServicePoint sp = ServicePointManager.FindServicePoint (uri); in EndPointBind()
179 sp.BindIPEndPointDelegate = delegate(ServicePoint point, IPEndPoint remote, int times) { in EndPointBind()
207 req.ServicePoint.MaxIdleTime = 1; in CloseConnectionGroupConcurency()
211 req.ServicePoint.CloseConnectionGroup (req.ConnectionGroupName); in CloseConnectionGroupConcurency()
[all …]
H A DServicePointManagerTest.cs63 ServicePoint sp = ServicePointManager.FindServicePoint (googleUri); in MaxServicePointManagers()
97 ServicePoint sp = ServicePointManager.FindServicePoint (googleUri, new WebProxy (apacheUri)); in FindServicePoint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePointManager.cs156 ServicePoint servicePoint; in DebugMembers()
158 servicePoint = (ServicePoint)servicePointReference.Target; in DebugMembers()
225 ServicePoint servicePoint = (ServicePoint) context; in IdleServicePointTimeoutCallback()
581 public static ServicePoint FindServicePoint(Uri address) { in FindServicePoint()
683 internal static ServicePoint FindServicePoint(ProxyChain chain) in FindServicePoint()
721 ServicePoint servicePoint = null; in FindServicePointHelper()
728 servicePoint = (ServicePoint)servicePointReference.Target; in FindServicePointHelper()
768 internal static ServicePoint FindServicePoint(string host, int port) { in FindServicePoint()
785 ServicePoint servicePoint = null; in FindServicePoint()
792 servicePoint = (ServicePoint)servicePointReference.Target; in FindServicePoint()
[all …]
H A DConnectionPoolManager.cs48 …internal static ConnectionPool GetConnectionPool(ServicePoint servicePoint, string groupName, Crea… in GetConnectionPool()
75 internal static bool RemoveConnectionPool(ServicePoint servicePoint, string groupName) { in RemoveConnectionPool()
100 internal static void CleanupConnectionPool(ServicePoint servicePoint, string groupName) { in CleanupConnectionPool()
H A D_ConnectionGroup.cs22 private ServicePoint m_ServicePoint;
39 internal ConnectionGroup(ServicePoint servicePoint, string connName) { in ConnectionGroup()
58 internal ServicePoint ServicePoint { property in System.Net.ConnectionGroup
183 m_ExpiringTimer = ServicePoint.CreateConnectionGroupTimer(this); in DecrementConnection()
H A D_Connection.cs354 internal override ServicePoint ServicePoint { property in System.Net.Connection
356 return ConnectionGroup.ServicePoint;
798 if (ServicePoint.MaxIdleTime != -1 && in StartRequest()
1008 ServicePoint.InternalProxyServicePoint) in CompleteStartConnection()
2036 …if (ServicePoint.HttpBehaviour==HttpBehaviour.Unknown || ServicePoint.HttpBehaviour==HttpBehaviour… in SetStatusLineParsed()
2042 m_CanPipeline = ServicePoint.SupportsPipelining; in SetStatusLineParsed()
2188 (ServicePoint.InternalProxyServicePoint) || in ProcessHeaderData()
3731 ServicePoint.IncrementConnection(); in CheckNonIdle()
3748 ServicePoint.DecrementConnection(); in CheckIdle()
3831 GlobalLog.Print("ServicePoint:" + ServicePoint); in Dump()
[all …]
H A D_PooledStream.cs132 internal virtual ServicePoint ServicePoint { property in System.Net.PooledStream
133 get { return Pool.ServicePoint; }
150 …Socket socket = ServicePoint.GetConnection(this, owningObject, async, out address, ref m_AbortSock… in Activate()
245 int timeout = ServicePoint.ConnectionLeaseTimeout; in UpdateLifetime()
H A DFtpWebRequest.cs209 private ServicePoint m_ServicePoint;
460 ServicePoint refreshIt = ServicePoint ;
482 public ServicePoint ServicePoint { property in System.Net.FtpWebRequest
490 ServicePoint servicePoint = ServicePointManager.FindServicePoint(m_Uri, proxy);
584 ServicePoint servicePoint = ServicePoint; in GetResponse()
595 if (ServicePoint.InternalProxyServicePoint) in GetResponse()
736 if (ServicePoint.InternalProxyServicePoint) in BeginGetResponse()
904 ServicePoint servicePoint = ServicePoint; in GetRequestStream()
916 if (ServicePoint.InternalProxyServicePoint) in GetRequestStream()
968 if (ServicePoint.InternalProxyServicePoint) in BeginGetRequestStream()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/ref/
H A DSystem.Net.ServicePoint.cs10 …public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.… in BindIPEndPoint()
11 public class ServicePoint class
13 internal ServicePoint() { } in ServicePoint() method in System.Net.ServicePoint
49 public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; } in FindServicePoint()
50 …public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy prox… in FindServicePoint()
51 …public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy pr… in FindServicePoint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePointManager.cs332 public static ServicePoint FindServicePoint (Uri address) in FindServicePoint()
337 public static ServicePoint FindServicePoint (string uriString, IWebProxy proxy) in FindServicePoint()
342 public static ServicePoint FindServicePoint (Uri address, IWebProxy proxy) in FindServicePoint()
364 ServicePoint sp = null; in FindServicePoint()
367 sp = servicePoints [key] as ServicePoint; in FindServicePoint()
381 sp = new ServicePoint (address, limit, maxServicePointIdleTime); in FindServicePoint()
396 foreach (ServicePoint sp in servicePoints.Values) { in CloseConnectionGroup()
H A DWebConnectionGroup.cs45 ServicePoint sPoint;
51 public WebConnectionGroup (ServicePoint sPoint, string name) in WebConnectionGroup()
248 public ServicePoint ServicePoint { property in System.Net.WebConnectionGroup.ConnectionState
265 lock (ServicePoint) { in TrySetBusy()
276 lock (ServicePoint) { in SetIdle()
H A DServicePointManager.platformnotsupported.cs114 public static ServicePoint FindServicePoint (Uri address) in FindServicePoint()
119 public static ServicePoint FindServicePoint (string uriString, IWebProxy proxy) in FindServicePoint()
124 public static ServicePoint FindServicePoint (Uri address, IWebProxy proxy) in FindServicePoint()
H A DIWebConnectionState.cs36 ServicePoint ServicePoint { property
H A DServicePoint.platformnotsupported.cs32 public class ServicePoint class
36 ServicePoint () {} in ServicePoint() method in System.Net.ServicePoint
H A DFtpWebRequest.platformnotsupported.cs123 public ServicePoint ServicePoint { property in System.Net.FtpWebRequest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/
H A DSystem.Net.ServicePoint.sln5 …04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint.Tests", "tests\System.Net.ServiceP…
10 …{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "src\System.Net.ServicePoint
15 …{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Net.ServicePoint", "ref\System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Net.ServicePoint/
H A DMakefile3 thisdir = class/Facades/System.Net.ServicePoint
10 LIBRARY = System.Net.ServicePoint.dll
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs210ServicePoint sp = ServicePointManager.FindServicePoint("http://" + Guid.NewGuid().ToString("N"), n… in InvalidArguments_Throw()
300 ServicePoint sp = ServicePointManager.FindServicePoint(address, null); in FindServicePoint_ReturnedServicePointMatchesExpectedValues()
334 ServicePoint sp1 = ServicePointManager.FindServicePoint(address, null); in FindServicePoint_PropertiesRoundtrip()
343 ServicePoint sp2 = ServicePointManager.FindServicePoint(address, null); in FindServicePoint_PropertiesRoundtrip()
367 ServicePoint sp1 = ServicePointManager.FindServicePoint(address1, null); in FindServicePoint_NewServicePointsInheritCurrentValues()
373 ServicePoint sp2 = ServicePointManager.FindServicePoint(address2, null); in FindServicePoint_NewServicePointsInheritCurrentValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DSmtpTransport.cs76 ServicePoint lastUsedServicePoint;
183 private void UpdateServicePoint(ServicePoint servicePoint) in UpdateServicePoint()
195 internal void GetConnection(ServicePoint servicePoint) in GetConnection()
218 …internal IAsyncResult BeginGetConnection(ServicePoint servicePoint, ContextAwareResult outerResult… in BeginGetConnection()
352 internal void CloseIdleConnections(ServicePoint servicePoint) in CloseIdleConnections()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DSmtpClient.platformnotsupported.cs98 public ServicePoint ServicePoint { property in System.Net.Mail.SmtpClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DHttpsClientStream.cs92 ServicePoint sp = _request.ServicePoint; in RaiseServerCertificateValidation()

12345