UnixDomainSocketEndPoint.AddressFamily Property

Definition

Gets the address family to which the endpoint belongs.

public:
 virtual property System::Net::Sockets::AddressFamily AddressFamily { System::Net::Sockets::AddressFamily get(); };
public override System.Net.Sockets.AddressFamily AddressFamily { get; }
member this.AddressFamily : System.Net.Sockets.AddressFamily
Public Overrides ReadOnly Property AddressFamily As AddressFamily

Property Value

One of the AddressFamily values.

Applies to