SocketAsyncEventArgs.SendPacketsFlags 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 TransmitFileOptions 方法所使用之非同步作業的 SendPacketsAsync(SocketAsyncEventArgs) 值的位元組合。
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,內含要和非同步作業一起使用的值位元組合。
備註
這個屬性會 TransmitFileOptions 指定 方法所使用的 Socket.SendPacketsAsync 。