Data for handling custom HTTP header fields
 
  
  
    Inheritance
    System.Object
    HttpHeaderData
   
  
    Implements
    System.Collections.Generic.IEnumerable
   
  
  Assembly: cs.temp.dll.dll
  
  
    [Serializable]
public class HttpHeaderData
   
  Properties
  
  
  
  
  
  Declaration
  
    public HttpHeader this[int index] { get; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        index | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  
  
  
  Declaration
  
    public void Add(string name, string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
      
        | System.String | 
        value | 
         | 
      
    
  
  
  
  
  
  Declaration
  
  
  
  
  
  Declaration
  
    public IEnumerator GetEnumerator()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IEnumerator | 
         | 
      
    
  
  
  
  
  
  Declaration
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public string ToValidatedString()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements
  
      System.Collections.Generic.IEnumerable