Compartir a través de


WebBodyFormatMessageProperty(WebContentFormat) Constructor

Definición

Inicializa una nueva instancia de la clase WebBodyFormatMessageProperty con un formato especificado.

public:
 WebBodyFormatMessageProperty(System::ServiceModel::Channels::WebContentFormat format);
public WebBodyFormatMessageProperty (System.ServiceModel.Channels.WebContentFormat format);
new System.ServiceModel.Channels.WebBodyFormatMessageProperty : System.ServiceModel.Channels.WebContentFormat -> System.ServiceModel.Channels.WebBodyFormatMessageProperty
Public Sub New (format As WebContentFormat)

Parámetros

format
WebContentFormat

WebContentFormat del cuerpo del mensaje.

Excepciones

El formato no puede estar establecido en el valor Default en el constructor.

Se aplica a