Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SerializeToStream()

virtual void System.Net.Http.HttpContent.SerializeToStream ( Stream stream,
TransportContext? context,
CancellationToken cancellationToken )
inlineprotectedvirtual

Reimplemented in System.Net.Http.Json.JsonContent< TValue >, System.Net.Http.ByteArrayContent, System.Net.Http.MultipartContent, System.Net.Http.ReadOnlyMemoryContent, and System.Net.Http.StreamContent.

Definition at line 423 of file HttpContent.cs.

424 {
425 throw new NotSupportedException(System.SR.Format(System.SR.net_http_missing_sync_implementation, GetType(), "HttpContent", "SerializeToStream"));
426 }
static string net_http_missing_sync_implementation
Definition SR.cs:194
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.SR.Format(), and System.SR.net_http_missing_sync_implementation.

Referenced by System.Net.Http.HttpContent.CopyTo(), and System.Net.Http.HttpContent.LoadIntoBuffer().