Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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:
© 2017 Microsoft