Class HttpTrafficEntity
Inheritance
System.Object
HttpTrafficEntity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.TrafficRecording
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class HttpTrafficEntity : IXmlPersistable
Constructors
HttpTrafficEntity()
Declaration
public HttpTrafficEntity()
HttpTrafficEntity(HttpTrafficEntityType)
Declaration
public HttpTrafficEntity(HttpTrafficEntityType type)
Parameters
HttpTrafficEntityType
type
|
Properties
EntityType
Request
Response
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|