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

◆ EndRead()

override int System.Net.DelegatedStream.EndRead ( IAsyncResult asyncResult)
inlinevirtualinherited

Reimplemented from System.IO.Stream.

Definition at line 83 of file DelegatedStream.cs.

84 {
85 if (!CanRead)
86 {
87 throw new NotSupportedException(System.SR.ReadNotSupported);
88 }
90 }
virtual int EndRead(IAsyncResult asyncResult)
Definition Stream.cs:737
static string ReadNotSupported
Definition SR.cs:144
Definition SR.cs:7

References System.Net.DelegatedStream._stream, System.asyncResult, System.Net.DelegatedStream.CanRead, System.IO.Stream.EndRead(), and System.SR.ReadNotSupported.