C# Class Raven.Database.Server.LogHttpRequestStatsParams

Exibir arquivo Open project: nhsevidence/ravendb Class Usage Examples

Public Methods

Method Description
LogHttpRequestStatsParams ( Stopwatch sw, NameValueCollection headers, string httpMethod, int responseStatusCode, string requestUri ) : System.Collections.Specialized

Method Details

LogHttpRequestStatsParams() public method

public LogHttpRequestStatsParams ( Stopwatch sw, NameValueCollection headers, string httpMethod, int responseStatusCode, string requestUri ) : System.Collections.Specialized
sw Stopwatch
headers System.Collections.Specialized.NameValueCollection
httpMethod string
responseStatusCode int
requestUri string
return System.Collections.Specialized