WebMessageEncodingBindingElement.ContentTypeMapper Property

Definition

Gets or sets how the content type of an incoming message is mapped to a format.

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

Property Value

The WebContentTypeMapper that indicates the format for the content type of the incoming message.

Applies to