1 write to BeginConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
86BeginConnectMethod = socketType.GetMethod("BeginConnect", new[] { typeof(EndPoint), typeof(AsyncCallback), typeof(object) })!,
1 reference to BeginConnectMethod
System.Net.NameResolution (1)
System\Net\DnsSocket.cs (1)
119_beginConnect = reflection.BeginConnectMethod.CreateDelegate<Func<EndPoint, AsyncCallback?, object?, IAsyncResult>>(socket);