4 writes to contentType
System.ServiceModel.Activation (4)
System\ServiceModel\Activation\HostedHttpContext.cs (4)
521this.contentType = contentType; 582this.contentType = value; 604contentType = null; 619if (HttpChannelUtilities.GetHttpResponseTypeAndEncodingForCompression(ref contentType, out contentEncoding))
3 references to contentType
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpContext.cs (3)
614if (contentType != null && contentType.Length != 0) 626this.SetContentType(contentType);