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

◆ WriteTimeout

override int System.Net.Sockets.NetworkStream.WriteTimeout
getset

Definition at line 105 of file NetworkStream.cs.

106 {
107 get
108 {
110 throw new InvalidCastException();
111 }
112 set
113 {
114 long num = 0L;
115 this.SetSocketTimeoutOption(SocketShutdown.Send, value, num != 0L);
116 }
117 }
class f__AnonymousType0<< Count > j__TPar
void SetSocketTimeoutOption(SocketShutdown mode, int timeout, bool silent)
object GetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName)
Definition Socket.cs:1602