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
.NET Framework (current version)
Gets the results of an asynchronous socket operation or sets the behavior of an asynchronous operation.
Assembly: System (in System.dll)
public: property SocketFlags SocketFlags { SocketFlags get(); void set(SocketFlags value); }
Property Value
Type: System.Net.Sockets::SocketFlagsA 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
Available since 2.0
Show: