System
    2.0.0.0
    4.0.0.0
  
  
    System.Configuration.ConfigurationElement
  
  
  
    
    
      
      Using the  and  classes, applications can request resources for any valid . Use this configuration element to specify a module that is registered to work with the  overloads to create new requests.
      This class corresponds to the Add Element for WebRequest Modules (Network Settings) configuration element.
      This class is used to specify modules registered to authenticate requests made with the  and  classes. 
      This class provides programmatic access to information that can be stored in configuration files.
      The .NET Framework version 2.0 provides Web request modules that create requests for resources with the following prefixes:
      
        - 
          HTTP
        
- 
          HTTPS
        
- 
          FTP
        
- 
          FILE
        
Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited.
    
  
  
    
      
      
      Constructor
      
        2.0.0.0
        4.0.0.0
      
      
      
        To be added.
        
        
          
          Initializes a new instance of the  class. 
        
      
    
    
      
      
      Constructor
      
        2.0.0.0
        4.0.0.0
      
      
        
        
      
      
        
        
          
          The  parameter contains the fully qualified type name followed by a comma (,) and the assembly information. The elements of the assembly information are separated with commas, for example, "System.Net.DigestClient, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
          The  property is set to  and the  property is set to .
        
        
          
          Initializes a new instance of the  class using the specified URI prefix and type information. 
        
        
          A string containing a URI prefix.
        
          A string containing the type and assembly information for the class that handles creating requests for resources that use the  URI prefix. For more information, see the Remarks section.
      
    
    
      
      
      Constructor
      
        2.0.0.0
        4.0.0.0
      
      
        
        
      
      
        
        
          
          The  property is set to  and the  property is set to .
        
        
          
          Initializes a new instance of the  class using the specified URI prefix and type identifier.
        
        
          A string containing a URI prefix.
        
          A  that identifies the class that handles creating requests for resources that use the  URI prefix. 
      
    
    
      
      
      Property
      
        2.0.0.0
        4.0.0.0
      
      
        
          System.Configuration.ConfigurationProperty("prefix", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
        
      
      
        System.String
      
      
        To be added.
        
        
          
          The .NET Framework version 2.0 provides Web request modules that create requests for resources with the following prefixes:
            - 
              HTTP
            
- 
              HTTPS
            
- 
              FTP
            
- 
              FILE
            
Gets or sets the URI prefix for the current Web request module.
        
      
    
    
      
      
      Property
      
        2.0.0.0
        4.0.0.0
      
      
        System.Configuration.ConfigurationPropertyCollection
      
      
        To be added.
        To be added.
        To be added.
        
      
    
    
      
      
      Property
      
        2.0.0.0
        4.0.0.0
      
      
        
          System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))
        
        
          System.Configuration.ConfigurationProperty("type")
        
      
      
        System.Type
      
      
        To be added.
        
        
          
          Using the  and  classes, applications can request resources for any valid . Use this property to specify a type that is registered to work with the  method to create new requests.
          The .NET Framework version 2.0 provides Web request modules that create requests for resources with the following prefixes:
            - 
              HTTP
            
- 
              HTTPS
            
- 
              FTP
            
- 
              FILE
            
Gets or sets a class that creates Web requests.