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

◆ SetLength()

override void System.Net.DelegatedStream.SetLength ( long value)
inlineinherited

Definition at line 147 of file DelegatedStream.cs.

148 {
149 if (!CanSeek)
150 {
151 throw new NotSupportedException(System.SR.SeekNotSupported);
152 }
154 }
void SetLength(long value)
static string SeekNotSupported
Definition SR.cs:142
Definition SR.cs:7

References System.Net.DelegatedStream._stream, System.Net.DelegatedStream.CanSeek, System.SR.SeekNotSupported, System.IO.Stream.SetLength(), and System.value.