Mono Class Library: System.Net.SocketAddress Overview | Members

System.Net.SocketAddress.Family Property

Gets the address family which specifies the addressing scheme used to resolve an address.

public System.Net.Sockets.AddressFamily Family { get; }

Value

One of the values defined in the System.Net.Sockets.AddressFamily enumeration.

Remarks

This property is read-only.

This property is set by the System.Net.SocketAddress constructors and is stored in the first two bytes of the socket address array.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0