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::SocketFlags Property

 

Gets the results of an asynchronous socket operation or sets the behavior of an asynchronous operation.

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

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

Property Value

Type: System.Net.Sockets::SocketFlags

A SocketFlags that represents the results of an asynchronous socket operation.

The property specifies the bitwise combination of the System.Net.Sockets::SocketFlags to be used for an asynchronous socket operation.

This property is used with the Socket::ReceiveAsync, Socket::ReceiveFromAsync, Socket::SendAsync, and Socket::SendToAsync methods.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft