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