WebClient.WriteStreamClosed イベント

定義

注意事項

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 

イベントの種類

属性

注釈

注意

WebRequestHttpWebRequestServicePointWebClient は廃止されており、新しい開発には使用しないでください。 代わりに HttpClient を使用してください。

このイベントは、書き込みストリームを使用してリソースにデータを書き込む非同期操作が閉じられるたびに発生します。 これらの操作は、OpenWriteTaskAsync メソッドの呼び出しによって発生します。

WriteStreamClosedEventHandler は、このイベントのデリゲートです。 WriteStreamClosedEventArgs クラスは、イベント データをイベント ハンドラーに提供します。

イベントの処理方法の詳細については、「イベントの処理と発生」を参照してください。

適用対象