5 references to SocketAddress
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\SocketAddress.cs (2)
80
public SocketAddress(AddressFamily family) :
this
(family, GetMaximumAddressSize(family))
96
:
this
(ipAddress.AddressFamily,
System.Net.Sockets (3)
System\Net\Sockets\Socket.cs (2)
331
SocketAddress socketAddress = new
SocketAddress
(_rightEndPoint.AddressFamily, size);
377
SocketAddress socketAddress = new
SocketAddress
(_rightEndPoint.AddressFamily, size);
System\Net\Sockets\UnixDomainSocketEndPoint.Unix.cs (1)
34
new
SocketAddress
(AddressFamily.Unix, s_nativePathOffset + _encodedPath.Length);