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

◆ DelegatedStream()

System.Net.DelegatedStream.DelegatedStream ( Stream stream)
inlineprotected

Definition at line 51 of file DelegatedStream.cs.

52 {
53 if (stream == null)
54 {
55 throw new ArgumentNullException("stream");
56 }
58 }

References System.Net.DelegatedStream._stream, and System.stream.