Home
last modified time | relevance | path

Searched refs:UseNagleAlgorithm (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs179 Assert.True(ServicePointManager.UseNagleAlgorithm); in UseNagleAlgorithm_Roundtrips()
181 ServicePointManager.UseNagleAlgorithm = false; in UseNagleAlgorithm_Roundtrips()
184 ServicePointManager.UseNagleAlgorithm = true; in UseNagleAlgorithm_Roundtrips()
185 Assert.True(ServicePointManager.UseNagleAlgorithm); in UseNagleAlgorithm_Roundtrips()
341 sp1.UseNagleAlgorithm = expectedUseNagleAlgorithm; in FindServicePoint_PropertiesRoundtrip()
366 ServicePointManager.UseNagleAlgorithm = false; in FindServicePoint_NewServicePointsInheritCurrentValues()
369 Assert.False(sp1.UseNagleAlgorithm); in FindServicePoint_NewServicePointsInheritCurrentValues()
372 ServicePointManager.UseNagleAlgorithm = true; in FindServicePoint_NewServicePointsInheritCurrentValues()
375 Assert.True(sp2.UseNagleAlgorithm); in FindServicePoint_NewServicePointsInheritCurrentValues()
377 Assert.False(sp1.UseNagleAlgorithm); in FindServicePoint_NewServicePointsInheritCurrentValues()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DServicePointManagerElement.cs96 [ConfigurationProperty(ConfigurationStrings.UseNagleAlgorithm, DefaultValue=true)]
97 public bool UseNagleAlgorithm property in System.Net.Configuration.ServicePointManagerElement
151 new ConfigurationProperty(ConfigurationStrings.UseNagleAlgorithm,
H A DSettingsSection.cs166 this.useNagleAlgorithm = section.ServicePointManager.UseNagleAlgorithm; in SettingsSectionInternal()
297 internal bool UseNagleAlgorithm property in System.Net.Configuration.SettingsSectionInternal
H A DConfigurationStrings.cs129 internal const string UseNagleAlgorithm = "useNagleAlgorithm"; field in System.Net.Configuration.ConfigurationStrings
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/src/System/Net/
H A DServicePointManager.cs85 public static bool UseNagleAlgorithm { get; set; } = true; property in System.Net.ServicePointManager
163 UseNagleAlgorithm = UseNagleAlgorithm in FindServicePoint()
H A DServicePoint.cs55 public bool UseNagleAlgorithm { get; set; } property in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/ref/
H A DSystem.Net.ServicePoint.cs18 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
41 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSettingsSectionInternal.cs23 internal bool UseNagleAlgorithm { get; set; } property in System.Net.Configuration.SettingsSectionInternal
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePointManager.cs304 public static bool UseNagleAlgorithm { property in System.Net.ServicePointManager
383 sp.UseNagleAlgorithm = useNagle; in FindServicePoint()
H A DServicePoint.platformnotsupported.cs98 public bool UseNagleAlgorithm { property in System.Net.ServicePoint
H A DServicePointManager.platformnotsupported.cs104 public static bool UseNagleAlgorithm { property in System.Net.ServicePointManager
H A DServicePoint.cs169 public bool UseNagleAlgorithm { property in System.Net.ServicePoint
H A DWebConnection.cs172 socket.NoDelay = !sPoint.UseNagleAlgorithm; in Connect()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePointManager.cs383 public static bool UseNagleAlgorithm { property in System.Net.ServicePointManager
385 return SettingsSectionInternal.Section.UseNagleAlgorithm;
388 SettingsSectionInternal.Section.UseNagleAlgorithm = value;
H A DServicePoint.cs120 m_UseNagleAlgorithm = ServicePointManager.UseNagleAlgorithm; in ServicePoint()
318 if (!UseNagleAlgorithm) { in CompleteGetConnection()
541 public bool UseNagleAlgorithm { property in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Configuration/
H A DServicePointManagerElement.cs113 public bool UseNagleAlgorithm { property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DHttpListener2Test.cs660 req.ServicePoint.UseNagleAlgorithm = false; in MultiResponses()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DHttpChannelFactory.cs809 httpWebRequest.ServicePoint.UseNagleAlgorithm = false; in GetWebRequest()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs8922 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8947 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9709 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs8603 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8628 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9370 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8920 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8944 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9866 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8949 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8975 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9898 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8948 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8974 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9896 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs8920 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8944 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9866 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs8920 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePoint
8944 public static bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.ServicePointManager
9866 public bool UseNagleAlgorithm { get { throw null; } set { } } property in System.Net.Configuration.ServicePointManagerElement

12