WebMessageEncodingBindingElement.ContentTypeMapper Propiedad

Definición

Obtiene o establece cómo se asigna el tipo de contenido de un mensaje entrante a un formato.

public:
 property System::ServiceModel::Channels::WebContentTypeMapper ^ ContentTypeMapper { System::ServiceModel::Channels::WebContentTypeMapper ^ get(); void set(System::ServiceModel::Channels::WebContentTypeMapper ^ value); };
public System.ServiceModel.Channels.WebContentTypeMapper ContentTypeMapper { get; set; }
member this.ContentTypeMapper : System.ServiceModel.Channels.WebContentTypeMapper with get, set
Public Property ContentTypeMapper As WebContentTypeMapper

Valor de propiedad

WebContentTypeMapper que indica el formato del tipo de contenido del mensaje entrante.

Se aplica a