Compartir a través de


WebServiceEndpoint.ContentTypeMapper Propiedad

Definición

Obtiene o establece la clase WebContentTypeMapper asociada a la clase WebServiceEndpoint.

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

El asignador de tipo de contenido web.

Se aplica a