Struct GeneralTraffic
Represents general kind of traffic not bound to any particular technology
Implements
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)
Namespace: Azos.IO.Net.Gate
Assembly: Azos.dll
Syntax
public struct GeneralTraffic : ITraffic
Properties
Direction
Declaration
public TrafficDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
TrafficDirection |
FromAddress
Declaration
public string FromAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Items
Declaration
public IDictionary<string, object> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Method
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RequestURL
Declaration
public string RequestURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Service
Declaration
public string Service { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToAddress
Declaration
public string ToAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |