1 write to SetSendTimeoutMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
89SetSendTimeoutMethod = 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);