Compartir a través de


HttpPipeline.CreateHttpMessagePropertiesScope Método

Definición

Crea un ámbito en el que todas las HttpMessagepropiedades proporcionarían.

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

Parámetros

messageProperties
IDictionary<String,Object>

Propiedades que se van a agregar a HttpMessages

Devoluciones

Instancia IDisposable que debe eliminarse cuando las propiedades ya no se deben usar.

Se aplica a