Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets the result of the asynchronous socket operation.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property SocketError SocketError {
	SocketError get();
	void set(SocketError value);
}

Property Value

Type: System.Net.Sockets::SocketError

A 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
Return to top
Show:
© 2017 Microsoft