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