Compartir a través de


RoutingExtensionElement.RouteOnHeadersOnly Propiedad

Definición

Obtiene o establece un valor que indica si el filtro puede tener acceso únicamente a los encabezados del mensaje o a los encabezados y el cuerpo del mensaje.

public:
 property bool RouteOnHeadersOnly { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("routeOnHeadersOnly", DefaultValue=true, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public bool RouteOnHeadersOnly { get; set; }
[<System.Configuration.ConfigurationProperty("routeOnHeadersOnly", DefaultValue=true, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.RouteOnHeadersOnly : bool with get, set
Public Property RouteOnHeadersOnly As Boolean

Valor de propiedad

Boolean

true si el filtro solo puede tener acceso a los valores de encabezado; de lo contrario, false . De manera predeterminada, es true.

Atributos

Se aplica a