.NET API Socket Error 10047 – AddressFamilyNotSupported
In this post, you’ll learn more about the Error Code 10047 – AddressFamilyNotSupported that is returned when working with the Socket class in .NET
.NET API Socket Error
10047 – AddressFamilyNotSupported
MessageQueueErrorCode .NET API Error Description
The address family specified is not supported. This error is returned if the IPv6 address family was specified and the IPv6 stack is not installed on the local machine. This error is returned if the IPv4 address family was specified and the IPv4 stack is not installed on the local machine.
Leave Your Comment