C# Class m.Http.Metrics.RequestLogs.IndexedLog

Inheritance: System.Log
Show file Open project: joongonn/mHttp

Public Properties

Property Type Description
EndpointIndex int
RouteTableIndex int

Public Methods

Method Description
IndexedLog ( int routeTableIndex, int endpointIndex, IHttpRequest request, HttpResponse response, System.DateTime arrivedOn, System.DateTime completedOn ) : System

Method Details

IndexedLog() public method

public IndexedLog ( int routeTableIndex, int endpointIndex, IHttpRequest request, HttpResponse response, System.DateTime arrivedOn, System.DateTime completedOn ) : System
routeTableIndex int
endpointIndex int
request IHttpRequest
response HttpResponse
arrivedOn System.DateTime
completedOn System.DateTime
return System

Property Details

EndpointIndex public property

public int EndpointIndex
return int

RouteTableIndex public property

public int RouteTableIndex
return int