CommonAccessLogOptions.IncludeElapsedMilliseconds property

Gets or sets a value indicating whether the elapsed request time in milliseconds should be appended to the log entry.

public bool IncludeElapsedMilliseconds { get; set; }

See Also