Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
React to change in HttpInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Jul 22, 2015
1 parent b908a7e commit bb618ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/WebSites/LoggingWebSite/Models/RequestInfoDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace LoggingWebSite
{
public class RequestInfoDto
{
public Guid RequestID { get; set; }
public string RequestID { get; set; }

public string Host { get; set; }

Expand All @@ -25,7 +25,7 @@ public class RequestInfoDto
public IEnumerable<KeyValuePair<string, string[]>> Headers { get; set; }

public string Query { get; set; }

public IEnumerable<KeyValuePair<string, string[]>> Cookies { get; set; }
}
}

0 comments on commit bb618ac

Please sign in to comment.