WSANative needs to be initialised before it can be used, call the following code once when your application starts up. An awake function on your first script is a good choice
C#// Add the namespace reference
using CI.WSANative.Common;
C#// Initialise the library
WSANativeCore.Initialise();