Struct HTTPIncomingTraffic
  
  Represents HTTP traffic that arrives via HttpListener
 
  
  
  
    Inherited Members
    
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: NFX.dll
  Syntax
  
    public struct HTTPIncomingTraffic : ITraffic
   
  Constructors
  
  
  
  
  HTTPIncomingTraffic(HttpListenerRequest, String)
  
  
  Declaration
  
    public HTTPIncomingTraffic(HttpListenerRequest request, string realRemoteAddressHdr = null)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Net.HttpListenerRequest | 
        request | 
         | 
      
      
        | System.String | 
        realRemoteAddressHdr | 
         | 
      
    
  
  Properties
  
  
  
  
  Direction
  
  
  Declaration
  
    public TrafficDirection Direction { get; }
   
  Property Value
  
  
  
  
  FromAddress
  
  
  Declaration
  
    public string FromAddress { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Items
  
  
  Declaration
  
    public IDictionary<string, object> Items { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IDictionary<System.String, System.Object> | 
         | 
      
    
  
  
  
  
  Method
  
  
  Declaration
  
    public string Method { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  RequestURL
  
  
  Declaration
  
    public string RequestURL { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Service
  
  
  Declaration
  
    public string Service { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ToAddress
  
  
  Declaration
  
    public string ToAddress { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Implements
  
  Extension Methods