System
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationElement
This class corresponds to the servicePointManager attribute of the settings ServicePointManager Element (Network Settings) configuration element.
This class is used to specify the values that are used to initialize new objects.
This class provides programmatic access to information that can be stored in configuration files.
Represents the default settings used to create connections to a remote computer. This class cannot be inherited.
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that controls checking host name information in an X509 certificate.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("checkCertificateRevocationList", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Boolean
To be added.
When this property is set to true, the certificate is checked against the certificate authority revocation list as part of the certificate validation process.
Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("dnsRefreshTimeout", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Int32
To be added.
The value of this property sets the property.
Gets or sets the amount of time after which address information is refreshed.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("enableDnsRoundRobin", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Boolean
To be added.
To be added.
Gets or sets a Boolean value that controls using different IP addresses on connections to the same server.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("expect100Continue", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Boolean
To be added.
When this property is set to true, client requests that use the POST method expect to receive a 100-Continue response from the server to indicate that the client should send the data to be posted. This mechanism allows clients to avoid sending large amounts of data over the network when the server, based on the request headers, intends to reject the request.
For additional information, see .
Gets or sets a Boolean value that determines whether 100-Continue behavior is used.
Method
2.0.0.0
4.0.0.0
System.MonoTODO
System.Void
To be added.
To be added.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
The collection contains six elements, which correspond to the , , , ,
, and properties.
Gets the collection of properties for the current instance.
Property
2.0.0.0
4.0.0.0
System.Configuration.ConfigurationProperty("useNagleAlgorithm", DefaultValue=Mono.Cecil.CustomAttributeArgument)
System.Boolean
To be added.
The Nagle algorithm is used to reduce network traffic by buffering small packets of data and transmitting them as a single packet. This process is also referred to as "nagling"; it is widely used because it reduces the number of packets transmitted and lowers the overhead per packet.
Gets or sets a Boolean value that determines whether the Nagle algorithm is used.