Skip to content

Commit e9efd68

Browse files
Update dotnet/src/webdriver/HttpRequestData.cs
1 parent 836ab74 commit e9efd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/HttpRequestData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public HttpRequestData()
3535
{
3636
}
3737

38-
internal HttpRequestData(string method, string url, string? postData, Dictionary<string, string> headers, string requestId)
38+
internal HttpRequestData(string? method, string? url, string? postData, Dictionary<string, string>? headers, string? requestId)
3939
{
4040
this.Method = method;
4141
this.Url = url;

0 commit comments

Comments
 (0)