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