2 writes to contentType
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (2)
244
this.
contentType
= hostedHttpContext.result.GetContentType();
250
this.
contentType
= hostedHttpContext.result.GetContentTypeFast();
1 reference to contentType
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
275
return this.
contentType
;