1 write to SetSendTimeoutMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
89
SetSendTimeoutMethod
= socketType.GetProperty("SendTimeout")!.GetSetMethod()!,
1 reference to SetSendTimeoutMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
121
_setSendTimeout = reflection.
SetSendTimeoutMethod
.CreateDelegate<Action<int>>(socket);