1 write to ContentType
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3053
listenerResponse.
ContentType
= contentType;
2 references to ContentType
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2950
string contentType = this.listenerResponse.
ContentType
;
2954
if (contentType != this.listenerResponse.
ContentType
)