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!

SocketErrors.WSAEACCES

Permission denied.

[Visual Basic]
Public Const WSAEACCES As Integer
[C#]
public const int WSAEACCES;
[C++]
public: const int WSAEACCES;
[JScript]
public var WSAEACCES : int;

Remarks

An attempt was made to access a socket in a way that is forbidden by its access permissions, for example by using a socket for a broadcast without setting the System.Net.Sockets.SocketOptions.SoBroadcast option.

This error is also returned if an attempt is made to Bind to an address that has the System.Net.Sockets.SocketOptions.SoExclusiveAddrUse option set.

See Also

SocketErrors Class | SocketErrors Members | System.Net.Sockets Namespace