The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SocketAsyncEventArgs::SocketError Property
.NET Framework (current version)
Gets or sets the result of the asynchronous socket operation.
Assembly: System (in System.dll)
public: property SocketError SocketError { SocketError get(); void set(SocketError value); }
Property Value
Type: System.Net.Sockets::SocketErrorA SocketError that represents the result of the asynchronous socket operation.
This property provides the completion status of an asynchronous socket operation. A value of SocketError::Success indicates successful completion of an operation. This property is primarily used in an application’s event handler routine.
This property is used with all of the asynchronous socket (xxxAsync) methods.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show: