ResponseTrailerExtensions.DeclareTrailer(HttpResponse, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたトレーラー名を 'Trailer' 応答ヘッダーに追加します。 これは、応答ヘッダーが送信される前に発生する必要があります。
public:
[System::Runtime::CompilerServices::Extension]
static void DeclareTrailer(Microsoft::AspNetCore::Http::HttpResponse ^ response, System::String ^ trailerName);
public static void DeclareTrailer (this Microsoft.AspNetCore.Http.HttpResponse response, string trailerName);
static member DeclareTrailer : Microsoft.AspNetCore.Http.HttpResponse * string -> unit
<Extension()>
Public Sub DeclareTrailer (response As HttpResponse, trailerName As String)
パラメーター
- response
- HttpResponse
- trailerName
- String