System.Net Hierarchy

System.Object

   System.Attribute

      System.Security.Permissions.SecurityAttribute

         System.Security.Permissions.CodeAccessSecurityAttribute

            System.Net.DnsPermissionAttribute

            System.Net.SocketPermissionAttribute

            System.Net.WebPermissionAttribute

   System.Collections.Specialized.NameObjectCollectionBase

      System.Collections.Specialized.NameValueCollection

         System.Net.WebHeaderCollection

   System.Delegate

      System.MulticastDelegate

         System.Net.HttpContinueDelegate

   System.Exception

      System.SystemException

         System.FormatException

            System.Net.CookieException

         System.InvalidOperationException

            System.Net.ProtocolViolationException

            System.Net.WebException

   System.MarshalByRefObject

      System.ComponentModel.Component

         System.Net.WebClient

      System.Net.WebRequest

         System.Net.FileWebRequest

         System.Net.HttpWebRequest

      System.Net.WebResponse

         System.Net.FileWebResponse

         System.Net.HttpWebResponse

   System.Net.AuthenticationManager

   System.Net.Authorization

   System.Net.Cookie

   System.Net.CookieCollection ---- System.Collections.ICollection, System.Collections.IEnumerable

   System.Net.CookieContainer

   System.Net.CredentialCache ---- System.Net.ICredentials, System.Collections.IEnumerable

   System.Net.Dns

   System.Net.EndPoint

      System.Net.IPEndPoint

      System.Net.IrDAEndPoint

   System.Net.EndpointPermission

   System.Net.GlobalProxySelection

   System.Net.HttpVersion

   System.Net.IPAddress

   System.Net.IPHostEntry

   System.Net.NetworkCredential ---- System.Net.ICredentials

   System.Net.ServicePoint

   System.Net.ServicePointManager

   System.Net.SocketAddress

   System.Net.WebProxy ---- System.Net.IWebProxy, System.Runtime.Serialization.ISerializable

   System.Security.CodeAccessPermission

      System.Net.DnsPermission ---- System.Security.Permissions.IUnrestrictedPermission

      System.Net.SocketPermission ---- System.Security.Permissions.IUnrestrictedPermission

      System.Net.WebPermission ---- System.Security.Permissions.IUnrestrictedPermission

   System.ValueType

      System.Enum

         System.Net.HttpStatusCode

         System.Net.NetworkAccess

         System.Net.SecurityProtocolType

         System.Net.TransportType

         System.Net.WebExceptionStatus

See Also

System.Net Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.