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

◆ Length

override long System.Net.Sockets.NetworkStream.Length
get

Definition at line 111 of file NetworkStream.cs.

112 {
113 get
114 {
115 throw new NotSupportedException(System.SR.net_noseek);
116 }
117 }
static string net_noseek
Definition SR.cs:114
Definition SR.cs:7