NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Socket.AddressFamily

Gets the socket's address family.

[Visual Basic]
Public ReadOnly Property AddressFamily As Integer
[C#]
public int AddressFamily {get;}
[C++]
public: __property int get_AddressFamily();
[JScript]
public function get AddressFamily() : int;

Remarks

The valid address families are defined in the AddressFamily class.

See Also

Socket Class | Socket Members | System.Net.Sockets Namespace | AddressFamily