SocketAsyncEventArgs.SendPacketsFlags 属性
定义
为 TransmitFileOptions 方法使用的异步操作获取或设置 SendPacketsAsync(SocketAsyncEventArgs) 值的按位组合。Gets or sets a bitwise combination of TransmitFileOptions values for an asynchronous operation used by the SendPacketsAsync(SocketAsyncEventArgs) method.
public:
property System::Net::Sockets::TransmitFileOptions SendPacketsFlags { System::Net::Sockets::TransmitFileOptions get(); void set(System::Net::Sockets::TransmitFileOptions value); };
public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { get; set; }
member this.SendPacketsFlags : System.Net.Sockets.TransmitFileOptions with get, set
Public Property SendPacketsFlags As TransmitFileOptions
属性值
一个 TransmitFileOptions,包含用于异步操作的值的按位组合。A TransmitFileOptions that contains a bitwise combination of values that are used with an asynchronous operation.
注解
此属性指定 TransmitFileOptions 方法使用的 Socket.SendPacketsAsync 。This property specifies the TransmitFileOptions that are used by the Socket.SendPacketsAsync method.