terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
ReadTimeout
override
int System.Net.Sockets.NetworkStream.ReadTimeout
get
set
Definition at line
90
of file
NetworkStream.cs
.
91
{
92
get
93
{
94
object
socketOption
= this.
_streamSocket
.
GetSocketOption
(
SocketOptionLevel
.Socket,
SocketOptionName
.ReceiveTimeout);
95
throw
new
InvalidCastException
();
96
}
97
set
98
{
99
}
100
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Net.Sockets.NetworkStream._streamSocket
readonly Socket _streamSocket
Definition
NetworkStream.cs:525
System.Net.Sockets.Socket.GetSocketOption
object GetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName)
Definition
Socket.cs:1602
System.Net.Sockets.SocketOptionLevel
SocketOptionLevel
Definition
SocketOptionLevel.cs:7
System.Net.Sockets.SocketOptionName
SocketOptionName
Definition
SocketOptionName.cs:7
System
Net
Sockets
NetworkStream
Generated by
1.10.0