Interface ITraffic
  
  Represents a traffic that passes through network gate
 
  
  
  Assembly: NFX.dll
  Syntax
  
    public interface ITraffic
   
  Properties
  
  
  
  
  Direction
  
  
  Declaration
  
    TrafficDirection Direction { get; }
   
  Property Value
  
  
  
  
  FromAddress
  
  
  Declaration
  
    string FromAddress { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Items
  
  
  Declaration
  
    IDictionary<string, object> Items { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Collections.Generic.IDictionary<System.String, System.Object> | 
         | 
      
    
  
  
  
  
  Method
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  RequestURL
  
  
  Declaration
  
    string RequestURL { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  Service
  
  
  Declaration
  
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ToAddress
  
  
  Declaration
  
    string ToAddress { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Extension Methods