System.Net.Sockets.SocketAsyncEventArgs.SocketFlags Property

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

Syntax

public SocketFlags SocketFlags { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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(SocketAsyncEventArgs), Socket.ReceiveFromAsync(SocketAsyncEventArgs), Socket.SendAsync(SocketAsyncEventArgs), and Socket.SendToAsync(SocketAsyncEventArgs) methods.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0