10000 Remove FormObject.cs and FormObjectCollection.cs (#19383) · stevenebutler/PowerShell@190c99a · GitHub
[go: up one dir, main page]

Skip to content

Commit 190c99a

Browse files
authored
Remove FormObject.cs and FormObjectCollection.cs (PowerShell#19383)
1 parent 5b1deda commit 190c99a

File tree

3 files changed

+0
-95
lines changed

3 files changed

+0
-95
lines changed

src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/Common/WebRequestPSCmdlet.Common.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,9 +1157,6 @@ interna 9E9F l virtual void FillRequestStream(HttpRequestMessage request)
11571157

11581158
switch (content)
11591159
{
1160-
case FormObject form:
1161-
SetRequestContent(request, form.Fields);
1162-
break;
11631160
case IDictionary dictionary when request.Method != HttpMethod.Get:
11641161
SetRequestContent(request, dictionary);
11651162
break;

src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FormObject.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/Microsoft.PowerShell.Commands.Utility/commands/utility/WebCmdlet/FormObjectCollection.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0