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

Inheritance: System.Log
ファイルを表示 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_oe property

public int EndpointIndex
return int

RouteTableIndex public_oe property

public int RouteTableIndex
return int