Share via


HttpPipeline.CreateHttpMessagePropertiesScope メソッド

定義

すべての HttpMessageがプロパティを提供するスコープを作成します。

public static IDisposable CreateHttpMessagePropertiesScope (System.Collections.Generic.IDictionary<string,object?> messageProperties);
static member CreateHttpMessagePropertiesScope : System.Collections.Generic.IDictionary<string, obj> -> IDisposable
Public Shared Function CreateHttpMessagePropertiesScope (messageProperties As IDictionary(Of String, Object)) As IDisposable

パラメーター

messageProperties
IDictionary<String,Object>

に追加する HttpMessageプロパティ

戻り値

IDisposableプロパティを使用しなくなったときに破棄する必要があるインスタンス。

適用対象