Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Length
override long System.Net.DelegatedStream.Length
get
inherited
Definition at line
19
of file
DelegatedStream.cs
.
20
{
21
get
22
{
23
if
(!
CanSeek
)
24
{
25
throw
new
NotSupportedException(
System
.
SR
.
SeekNotSupported
);
26
}
27
return
_stream
.
Length
;
28
}
29
}
System.IO.Stream.Length
long Length
Definition
Stream.cs:500
System.Net.DelegatedStream.CanSeek
override bool CanSeek
Definition
DelegatedStream.cs:15
System.Net.DelegatedStream._stream
readonly Stream _stream
Definition
DelegatedStream.cs:9
System.SR.SeekNotSupported
static string SeekNotSupported
Definition
SR.cs:142
System.SR
Definition
SR.cs:7
System
Definition
BlockingCollection.cs:8
System
Net
Mime
QuotedPrintableStream
Generated by
1.10.0