2 writes to StatusDescription
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
108this.traditionalProperty.StatusDescription = value; 237this.StatusDescription = DefaultStatusDescription;
3 references to StatusDescription
System.ServiceModel (3)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
97this.traditionalProperty.StatusDescription; 399if (propertyToMerge.StatusDescription != TraditionalHttpResponseMessageProperty.DefaultStatusDescription) 401this.StatusDescription = propertyToMerge.StatusDescription;