Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
HttpContinueDelegate.cs
Go to the documentation of this file.
1
namespace
System.Net
;
2
3
public
delegate
void
HttpContinueDelegate
(
int
StatusCode,
WebHeaderCollection
httpHeaders);
System.Net.WebHeaderCollection
Definition
WebHeaderCollection.cs:10
System.Net.HttpContinueDelegate
delegate void HttpContinueDelegate(int StatusCode, WebHeaderCollection httpHeaders)
System.Net
Definition
HttpClientJsonExtensions.cs:8
source
System.Net.Requests
System.Net
HttpContinueDelegate.cs
Generated by
1.10.0