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

◆ Length

override long System.Net.Quic.QuicStream.Length
get

Definition at line 15 of file QuicStream.cs.

16 {
17 get
18 {
19 throw new NotSupportedException();
20 }
21 }