ClassHttpTrafficEntity
Class
Definition
Namespace:ArtOfTest.WebAii.Design.TrafficRecording
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract]
public class HttpTrafficEntity
Inheritance: objectHttpTrafficEntity
Constructors
HttpTrafficEntity()
Internal use only. Required for serialization.
Declaration
cs-api-definition
public HttpTrafficEntity()
HttpTrafficEntity(HttpTrafficEntityType)
Declaration
cs-api-definition
public HttpTrafficEntity(HttpTrafficEntityType type)
Parameters
type
Properties
EntityType
Declaration
cs-api-definition
[DataMember]
public HttpTrafficEntityType EntityType { get; set; }
Property Value
Request
Declaration
cs-api-definition
[DataMember]
public HttpRequest Request { get; set; }
Property Value
Response
Declaration
cs-api-definition
[DataMember]
public HttpResponse Response { get; set; }
Property Value