File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ public class HttpRequestData
30
30
/// <summary>
31
31
/// Gets the method of the HTTP request.
32
32
/// </summary>
33
- public string Method { get ; internal set ; }
33
+ public string Method { get ; set ; }
34
34
35
35
/// <summary>
36
36
/// Gets the URL of the HTTP request.
37
37
/// </summary>
38
- public string Url { get ; internal set ; }
38
+ public string Url { get ; set ; }
39
39
40
40
/// <summary>
41
41
/// Gets the POST data of the HTTP request.
42
42
/// </summary>
43
- public string PostData { get ; internal set ; }
43
+ public string PostData { get ; set ; }
44
44
45
45
/// <summary>
46
46
/// Gets the headers of the HTTP request.
47
47
/// </summary>
48
- public Dictionary < string , string > Headers { get ; internal set ; }
48
+ public Dictionary < string , string > Headers { get ; set ; }
49
49
50
50
/// <summary>
51
51
/// Gets the ID of the HTTP request.
You can’t perform that action at this time.
0 commit comments