2 references to ExclusiveAddressUse
System.Net.Sockets (2)
System\Net\Sockets\Socket.cs (2)
500
return (int)GetSocketOption(SocketOptionLevel.Socket, SocketOptionName.
ExclusiveAddressUse
)! != 0 ? true : false;
508
SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.
ExclusiveAddressUse
, value ? 1 : 0);