1 write to EndConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
87
EndConnectMethod
= socketType.GetMethod("EndConnect", new[] { typeof(IAsyncResult) })!,
1 reference to EndConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
120
_endConnect = reflection.
EndConnectMethod
.CreateDelegate<Action<IAsyncResult>>(socket);