WebClient.WriteStreamClosed イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
書き込みストリームを使用してリソースにデータを書き込む非同期操作が閉じられたときに発生します。
public:
event System::Net::WriteStreamClosedEventHandler ^ WriteStreamClosed;
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public event System.Net.WriteStreamClosedEventHandler? WriteStreamClosed;
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed;
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.WriteStreamClosed : System.Net.WriteStreamClosedEventHandler
Public Custom Event WriteStreamClosed As WriteStreamClosedEventHandler
イベントの種類
- 属性
注釈
注意
WebRequest
、HttpWebRequest
、ServicePoint
、WebClient
は廃止されており、新しい開発には使用しないでください。 代わりに HttpClient を使用してください。
このイベントは、書き込みストリームを使用してリソースにデータを書き込む非同期操作が閉じられるたびに発生します。 これらの操作は、OpenWriteTaskAsync メソッドの呼び出しによって発生します。
WriteStreamClosedEventHandler は、このイベントのデリゲートです。 WriteStreamClosedEventArgs クラスは、イベント データをイベント ハンドラーに提供します。
イベントの処理方法の詳細については、「イベントの処理と発生」を参照してください。
適用対象
.NET