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