SocketAsyncEventArgs::SendPacketsFlags Property

 

Gets or sets a bitwise combination of TransmitFileOptions values for an asynchronous operation used by the Socket::SendPacketsAsync method.

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

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

Property Value

Type: System.Net.Sockets::TransmitFileOptions

A 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
Return to top
Show: