Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Net.WebProxy.xml
index ca8bce1..9e331fe 100755 (executable)
@@ -21,9 +21,8 @@
       <summary>Runs a script.</summary>
       <param name="url">Internal only.</param>
       <param name="host">Internal only.</param>
-      <returns>A <see cref="T:System.String" />.  
-  
- An internal-only value returned.</returns>
+      <returns>A <see cref="T:System.String" />.
+An internal-only value returned.</returns>
     </member>
     <member name="T:System.Net.WebProxy">
       <summary>Contains HTTP proxy settings for the <see cref="T:System.Net.WebRequest" /> class.</summary>
       <param name="BypassList">An array of regular expression strings that contains the URIs of the servers to bypass.</param>
       <param name="Credentials">An <see cref="T:System.Net.ICredentials" /> instance to submit to the proxy server for authentication.</param>
     </member>
+    <member name="P:System.Net.WebProxy.Address">
+      <summary>Gets or sets the address of the proxy server.</summary>
+      <returns>A <see cref="T:System.Uri" /> instance that contains the address of the proxy server.</returns>
+    </member>
+    <member name="P:System.Net.WebProxy.BypassArrayList">
+      <summary>Gets a list of addresses that do not use the proxy server.</summary>
+      <returns>An <see cref="T:System.Collections.ArrayList" /> that contains a list of <see cref="P:System.Net.WebProxy.BypassList" /> arrays that represents URIs that do not use the proxy server when accessed.</returns>
+    </member>
+    <member name="P:System.Net.WebProxy.BypassList">
+      <summary>Gets or sets an array of addresses that do not use the proxy server.</summary>
+      <returns>An array that contains a list of regular expressions that describe URIs that do not use the proxy server when accessed.</returns>
+    </member>
+    <member name="P:System.Net.WebProxy.BypassProxyOnLocal">
+      <summary>Gets or sets a value that indicates whether to bypass the proxy server for local addresses.</summary>
+      <returns>
+        <see langword="true" /> to bypass the proxy server for local addresses; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Net.WebProxy.Credentials">
+      <summary>Gets or sets the credentials to submit to the proxy server for authentication.</summary>
+      <returns>An <see cref="T:System.Net.ICredentials" /> instance that contains the credentials to submit to the proxy server for authentication.</returns>
+      <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.UseDefaultCredentials" /> property was set to <see langword="true" />.</exception>
+    </member>
     <member name="M:System.Net.WebProxy.GetDefaultProxy">
       <summary>Reads the Internet Explorer nondynamic proxy settings.</summary>
       <returns>A <see cref="T:System.Net.WebProxy" /> instance that contains the nondynamic proxy settings from Internet Explorer 5.5 and later.</returns>
     <member name="M:System.Net.WebProxy.GetProxy(System.Uri)">
       <summary>Returns the proxied URI for a request.</summary>
       <param name="destination">The <see cref="T:System.Uri" /> instance of the requested Internet resource.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="destination" /> parameter is <see langword="null" />.</exception>
       <returns>The <see cref="T:System.Uri" /> instance of the Internet resource, if the resource is on the bypass list; otherwise, the <see cref="T:System.Uri" /> instance of the proxy.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="destination" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Net.WebProxy.IsBypassed(System.Uri)">
       <summary>Indicates whether to use the proxy server for the specified host.</summary>
       <param name="host">The <see cref="T:System.Uri" /> instance of the host to check for proxy use.</param>
-      <exception cref="T:System.ArgumentNullException">The <paramref name="host" /> parameter is <see langword="null" />.</exception>
       <returns>
         <see langword="true" /> if the proxy server should not be used for <paramref name="host" />; otherwise, <see langword="false" />.</returns>
+      <exception cref="T:System.ArgumentNullException">The <paramref name="host" /> parameter is <see langword="null" />.</exception>
     </member>
     <member name="M:System.Net.WebProxy.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
       <summary>Creates the serialization data and context that are used by the system to serialize a <see cref="T:System.Net.WebProxy" /> object.</summary>
       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> object to populate with data.</param>
       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> structure that indicates the destination for this serialization.</param>
     </member>
-    <member name="P:System.Net.WebProxy.Address">
-      <summary>Gets or sets the address of the proxy server.</summary>
-      <returns>A <see cref="T:System.Uri" /> instance that contains the address of the proxy server.</returns>
-    </member>
-    <member name="P:System.Net.WebProxy.BypassArrayList">
-      <summary>Gets a list of addresses that do not use the proxy server.</summary>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> that contains a list of <see cref="P:System.Net.WebProxy.BypassList" /> arrays that represents URIs that do not use the proxy server when accessed.</returns>
-    </member>
-    <member name="P:System.Net.WebProxy.BypassList">
-      <summary>Gets or sets an array of addresses that do not use the proxy server.</summary>
-      <returns>An array that contains a list of regular expressions that describe URIs that do not use the proxy server when accessed.</returns>
-    </member>
-    <member name="P:System.Net.WebProxy.BypassProxyOnLocal">
-      <summary>Gets or sets a value that indicates whether to bypass the proxy server for local addresses.</summary>
-      <returns>
-        <see langword="true" /> to bypass the proxy server for local addresses; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Net.WebProxy.Credentials">
-      <summary>Gets or sets the credentials to submit to the proxy server for authentication.</summary>
-      <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.UseDefaultCredentials" /> property was set to <see langword="true" />.</exception>
-      <returns>An <see cref="T:System.Net.ICredentials" /> instance that contains the credentials to submit to the proxy server for authentication.</returns>
-    </member>
     <member name="P:System.Net.WebProxy.UseDefaultCredentials">
       <summary>Gets or sets a <see cref="T:System.Boolean" /> value that controls whether the <see cref="P:System.Net.CredentialCache.DefaultCredentials" /> are sent with requests.</summary>
-      <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.Credentials" /> property contains credentials other than the default credentials.</exception>
       <returns>
         <see langword="true" /> if the default credentials are used; otherwise, <see langword="false" />. The default value is <see langword="false" />.</returns>
+      <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.Credentials" /> property contains credentials other than the default credentials.</exception>
     </member>
   </members>
 </doc>
\ No newline at end of file