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