195 if ((
long)
ex.ErrorCode != 10035)
200 if (global::Interop.Winsock.WSAEventSelect(
s_ipv4Socket.SafeHandle,
s_ipv4WaitHandle.GetSafeWaitHandle(), global::Interop.Winsock.AsyncEventBits.FdAddressListChange) != 0)
211 if ((
long)
ex2.ErrorCode != 10035)
216 if (global::Interop.Winsock.WSAEventSelect(
s_ipv6Socket.SafeHandle,
s_ipv6WaitHandle.GetSafeWaitHandle(), global::Interop.Winsock.AsyncEventBits.FdAddressListChange) != 0)
284 [
Obsolete(
"This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.",
true)]
static readonly EventArgs Empty
static readonly System.Net.NetEventSource Log
static void Error(object thisOrContextObject, FormattableString formattableString, [CallerMemberName] string memberName=null)
static bool OSSupportsIPv6
static bool OSSupportsIPv4
static ? ExecutionContext Capture()
static void Run(ExecutionContext executionContext, ContextCallback callback, object? state)
static RegisteredWaitHandle RegisterWaitForSingleObject(WaitHandle waitObject, WaitOrTimerCallback callBack, object state, uint millisecondsTimeOutInterval, bool executeOnlyOnce, bool flowExecutionContext)
delegate void ContextCallback(object? state)
static readonly IntPtr Zero