1 write to contentType
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
110this.contentType = WebMessageEncoderFactory.GetContentType(JsonGlobals.applicationJsonMediaType, writeEncoding);
1 reference to contentType
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JsonMessageEncoderFactory.cs (1)
117get { return contentType; }