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

Inheritance: System.Log
Afficher le fichier Open project: joongonn/mHttp

Méthodes publiques

Свойство Type Description
EndpointIndex int
RouteTableIndex int

Méthodes publiques

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

Method Details

IndexedLog() public méthode

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
Résultat System

Property Details

EndpointIndex public_oe property

public int EndpointIndex
Résultat int

RouteTableIndex public_oe property

public int RouteTableIndex
Résultat int