1 write to WebContentTypeMapperType
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
125
this.
WebContentTypeMapperType
= source.WebContentTypeMapperType;
3 references to WebContentTypeMapperType
System.ServiceModel.Web (3)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (3)
85
if (!string.IsNullOrEmpty(this.
WebContentTypeMapperType
))
87
Type CTMType = Type.GetType(this.
WebContentTypeMapperType
, true);
125
this.WebContentTypeMapperType = source.
WebContentTypeMapperType
;