You've already forked linux-packaging-mono
							
							
		
			
				
	
	
		
			153 lines
		
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			153 lines
		
	
	
		
			8.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Type Name="ConnectionManagementElement" FullName="System.Net.Configuration.ConnectionManagementElement">
 | |
|   <TypeSignature Language="C#" Value="public sealed class ConnectionManagementElement : System.Configuration.ConfigurationElement" />
 | |
|   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ConnectionManagementElement extends System.Configuration.ConfigurationElement" />
 | |
|   <AssemblyInfo>
 | |
|     <AssemblyName>System</AssemblyName>
 | |
|     <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|     <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|   </AssemblyInfo>
 | |
|   <Base>
 | |
|     <BaseTypeName>System.Configuration.ConfigurationElement</BaseTypeName>
 | |
|   </Base>
 | |
|   <Interfaces />
 | |
|   <Docs>
 | |
|     <since version=".NET 2.0" />
 | |
|     <remarks>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>This class corresponds to the <format type="text/html"><a href="856bf57d-1c63-46c7-a178-03d97b0a4149">Add Element for ConnectionManagement (Network Settings)</a></format> configuration element.</para>
 | |
|       <para>This class is used to specify the maximum number of simultaneous connections to a remote computer. </para>
 | |
|       <para>This class provides programmatic access to information that can be stored in configuration files.</para>
 | |
|     </remarks>
 | |
|     <summary>
 | |
|       <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|       <para>Represents the maximum number of connections to a remote computer. This class cannot be inherited.</para>
 | |
|     </summary>
 | |
|   </Docs>
 | |
|   <Members>
 | |
|     <Member MemberName=".ctor">
 | |
|       <MemberSignature Language="C#" Value="public ConnectionManagementElement ();" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
 | |
|       <MemberType>Constructor</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Parameters />
 | |
|       <Docs>
 | |
|         <remarks>To be added.</remarks>
 | |
|         <since version=".NET 2.0" />
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> class. </para>
 | |
|         </summary>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName=".ctor">
 | |
|       <MemberSignature Language="C#" Value="public ConnectionManagementElement (string address, int maxConnection);" />
 | |
|       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string address, int32 maxConnection) cil managed" />
 | |
|       <MemberType>Constructor</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Parameters>
 | |
|         <Parameter Name="address" Type="System.String" />
 | |
|         <Parameter Name="maxConnection" Type="System.Int32" />
 | |
|       </Parameters>
 | |
|       <Docs>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>This constructor sets the <see cref="P:System.Net.Configuration.ConnectionManagementElement.Address" /> property to <paramref name="address" /> and the <see cref="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection" /> property to <paramref name="maxConnection" />.</para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement" /> class with the specified address and connection limit information.</para>
 | |
|         </summary>
 | |
|         <param name="address">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />A string that identifies the address of a remote computer.</param>
 | |
|         <param name="maxConnection">
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />An integer that identifies the maximum number of connections allowed to <paramref name="address" /> from the local computer.</param>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="Address">
 | |
|       <MemberSignature Language="C#" Value="public string Address { get; set; }" />
 | |
|       <MemberSignature Language="ILAsm" Value=".property instance string Address" />
 | |
|       <MemberType>Property</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Attributes>
 | |
|         <Attribute>
 | |
|           <AttributeName>System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)</AttributeName>
 | |
|         </Attribute>
 | |
|       </Attributes>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.String</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Docs>
 | |
|         <value>To be added.</value>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>You can set this property using an asterisk (*) to set the default number of connections for unspecified computers.</para>
 | |
|           <para>This property identifies one or more remote computers and the <see cref="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection" /> property specifies how many simultaneous connections are allowed between the local computer and the remote computers. </para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Gets or sets the address for remote computers.</para>
 | |
|         </summary>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="MaxConnection">
 | |
|       <MemberSignature Language="C#" Value="public int MaxConnection { get; set; }" />
 | |
|       <MemberSignature Language="ILAsm" Value=".property instance int32 MaxConnection" />
 | |
|       <MemberType>Property</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <Attributes>
 | |
|         <Attribute>
 | |
|           <AttributeName>System.Configuration.ConfigurationProperty("maxconnection", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)</AttributeName>
 | |
|         </Attribute>
 | |
|       </Attributes>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Int32</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Docs>
 | |
|         <value>To be added.</value>
 | |
|         <since version=".NET 2.0" />
 | |
|         <remarks>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>This property specifies how many simultaneous connections are allowed between the local computer and the remote computer. The remote computer is specified using the <see cref="P:System.Net.Configuration.ConnectionManagementElement.Address" /> property.</para>
 | |
|           <para>The <see cref="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection" /> property is per <see cref="P:System.Net.WebRequest.ConnectionGroupName" />. If an application is not changing <see cref="P:System.Net.WebRequest.ConnectionGroupName" /> from the default, then the <see cref="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection" /> property applies to the entire application domain. If only a single application domain is running in your application, then the <see cref="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection" /> property setting is application-wide. </para>
 | |
|         </remarks>
 | |
|         <summary>
 | |
|           <attribution license="cc4" from="Microsoft" modified="false" />
 | |
|           <para>Gets or sets the maximum number of connections that can be made to a remote computer.</para>
 | |
|         </summary>
 | |
|       </Docs>
 | |
|     </Member>
 | |
|     <Member MemberName="Properties">
 | |
|       <MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }" />
 | |
|       <MemberSignature Language="ILAsm" Value=".property instance class System.Configuration.ConfigurationPropertyCollection Properties" />
 | |
|       <MemberType>Property</MemberType>
 | |
|       <AssemblyInfo>
 | |
|         <AssemblyVersion>2.0.0.0</AssemblyVersion>
 | |
|         <AssemblyVersion>4.0.0.0</AssemblyVersion>
 | |
|       </AssemblyInfo>
 | |
|       <ReturnValue>
 | |
|         <ReturnType>System.Configuration.ConfigurationPropertyCollection</ReturnType>
 | |
|       </ReturnValue>
 | |
|       <Docs>
 | |
|         <summary>To be added.</summary>
 | |
|         <value>To be added.</value>
 | |
|         <remarks>To be added.</remarks>
 | |
|         <since version=".NET 2.0" />
 | |
|       </Docs>
 | |
|     </Member>
 | |
|   </Members>
 | |
| </Type> |