React to change in `HttpInfo`

- aspnet/Diagnostics@fea15eb
This commit is contained in:
Doug Bunting 2015-07-21 16:53:12 -07:00
parent b908a7ef6a
commit bb618ac437
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ namespace LoggingWebSite
{
public class RequestInfoDto
{
public Guid RequestID { get; set; }
public string RequestID { get; set; }
public string Host { get; set; }
@ -25,7 +25,7 @@ namespace LoggingWebSite
public IEnumerable<KeyValuePair<string, string[]>> Headers { get; set; }
public string Query { get; set; }
public IEnumerable<KeyValuePair<string, string[]>> Cookies { get; set; }
}
}