System.Net.Sockets.SocketAsyncEventArgs.SendPacketsFlags Property

Gets or sets a bitwise combination of System.Net.Sockets.TransmitFileOptions values for an asynchronous operation used by the Socket.SendPacketsAsync(SocketAsyncEventArgs) method.

Syntax

public TransmitFileOptions SendPacketsFlags { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies the System.Net.Sockets.TransmitFileOptions that are used by the Socket.SendPacketsAsync(SocketAsyncEventArgs) method.

Requirements

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