1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
<Type Name="GlobalProxySelection" FullName="System.Net.GlobalProxySelection" FullNameSP="System_Net_GlobalProxySelection" Maintainer="ecma">
<TypeSignature Language="ILASM" Value=".class public GlobalProxySelection extends System.Object" />
<TypeSignature Language="C#" Value="public class GlobalProxySelection" />
<MemberOfLibrary>Networking</MemberOfLibrary>
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
<AssemblyVersion>1.0.x.x</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadingSafetyStatement>All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.</ThreadingSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
<para> Contains a global
default proxy instance for all HTTP requests.</para>
</summary>
<remarks>
<para>The <see cref="T:System.Net.GlobalProxySelection" />
stores the proxy settings for the default proxy that <see cref="T:System.Net.WebRequest" /> instances use to contact Internet sites beyond the
local network. The default proxy settings are initialized from a global or
application configuration file, and can be overridden for individual requests,
or disabled by setting the <see cref="P:System.Net.HttpWebRequest.Proxy" qualify="true" /> property to the object returned by the <see cref="M:System.Net.GlobalProxySelection.GetEmptyWebProxy" />
method.</para>
<para>The proxy settings stored in <see cref="T:System.Net.GlobalProxySelection" /> are used by a <see cref="T:System.Net.HttpWebRequest" /> instance
if its <see cref="P:System.Net.HttpWebRequest.Proxy" /> property is not set.</para>
</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="ILASM" Value="family specialname instance void .ctor()" />
<MemberSignature Language="C#" Value="public GlobalProxySelection ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Constructs a new instance of the <see cref="T:System.Net.GlobalProxySelection" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="GetEmptyWebProxy">
<MemberSignature Language="ILASM" Value=".method public hidebysig static class System.Net.IWebProxy GetEmptyWebProxy()" />
<MemberSignature Language="C#" Value="public static System.Net.IWebProxy GetEmptyWebProxy ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Net.IWebProxy</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
<para> Returns an empty proxy object.</para>
</summary>
<returns>
<para> A <see cref="T:System.Net.IWebProxy" /> that contains no information.</para>
</returns>
<remarks>
<para>The <see cref="M:System.Net.GlobalProxySelection.GetEmptyWebProxy" /> method returns an empty <see cref="T:System.Net.IWebProxy" />
instance indicating that no proxy is used to access an Internet resource. </para>
</remarks>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
<Member MemberName="Select">
<MemberSignature Language="ILASM" Value=".property class System.Net.IWebProxy Select { public hidebysig static specialname class System.Net.IWebProxy get_Select() public hidebysig static specialname void set_Select(class System.Net.IWebProxy value) }" />
<MemberSignature Language="C#" Value="public static System.Net.IWebProxy Select { set; get; }" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.Net.IWebProxy</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
<para> Gets or sets the global proxy information.</para>
</summary>
<value>
<para> A <see cref="T:System.Net.IWebProxy" />
that identifies the proxy server used by the <see cref="M:System.Net.HttpWebRequest.GetResponse" qualify="true" /> method if no proxy information is
specified. </para>
</value>
<remarks>To be added.</remarks>
<exception cref="T:System.Security.SecurityException">The caller does not have permission for the requested operation.</exception>
<permission cref="!:System.Security.Permissions.WebPermission">Requires full <see cref="T:System.Net.WebPermission" /> access. See <see cref="F:System.Security.Permissions.PermissionState.Unrestricted" />.</permission>
</Docs>
<Excluded>0</Excluded>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
</Member>
</Members>
<TypeExcluded>0</TypeExcluded>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete("Use WebRequest.DefaultProxy instead")</AttributeName>
</Attribute>
</Attributes>
</Type>
|