Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadTimeout
override
int System.Xml.EncodingStreamWrapper.ReadTimeout
get
set
Definition at line
105
of file
EncodingStreamWrapper.cs
.
106
{
107
get
108
{
109
return
_stream
.
ReadTimeout
;
110
}
111
set
112
{
113
_stream.ReadTimeout
=
value
;
114
}
115
}
System.IO.Stream.ReadTimeout
virtual int ReadTimeout
Definition
Stream.cs:505
System.Xml.EncodingStreamWrapper._stream
readonly Stream _stream
Definition
EncodingStreamWrapper.cs:51
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
EncodingStreamWrapper
Generated by
1.10.0