3 references to net_sockets_invalid_dnsendpoint
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (3)
3098
throw new ArgumentException(SR.Format(SR.
net_sockets_invalid_dnsendpoint
, "e.RemoteEndPoint"), nameof(e));
3344
throw new ArgumentException(SR.Format(SR.
net_sockets_invalid_dnsendpoint
, nameof(remoteEP)), nameof(remoteEP));
3959
throw new ArgumentException(SR.Format(SR.
net_sockets_invalid_dnsendpoint
, remoteEndPointArgumentName), remoteEndPointArgumentName);