C# 클래스 m.Http.Metrics.RequestLogs.IndexedLog

상속: System.Log
파일 보기 프로젝트 열기: joongonn/mHttp

공개 프로퍼티들

프로퍼티 타입 설명
EndpointIndex int
RouteTableIndex int

공개 메소드들

메소드 설명
IndexedLog ( int routeTableIndex, int endpointIndex, IHttpRequest request, HttpResponse response, System.DateTime arrivedOn, System.DateTime completedOn ) : System

메소드 상세

IndexedLog() 공개 메소드

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
리턴 System

프로퍼티 상세

EndpointIndex 공개적으로 프로퍼티

public int EndpointIndex
리턴 int

RouteTableIndex 공개적으로 프로퍼티

public int RouteTableIndex
리턴 int