WebBodyFormatMessageProperty(WebContentFormat) Constructor

Definición

Inicializa una nueva instancia de la WebBodyFormatMessageProperty clase 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 se puede establecer en el Default valor del constructor.

Se aplica a