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::SendPacketsFlags Property
.NET Framework (current version)
Gets or sets a bitwise combination of TransmitFileOptions values for an asynchronous operation used by the Socket::SendPacketsAsync method.
Assembly: System (in System.dll)
public: property TransmitFileOptions SendPacketsFlags { TransmitFileOptions get(); void set(TransmitFileOptions value); }
Property Value
Type: System.Net.Sockets::TransmitFileOptionsA TransmitFileOptions that contains a bitwise combination of values that are used with an asynchronous operation.
This property specifies the TransmitFileOptions that are used by the Socket::SendPacketsAsync method.
.NET Framework
Available since 2.0
Available since 2.0
Show: