2 writes to StatusDescription
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
104this.httpBackedProperty.StatusDescription = value; 401this.StatusDescription = propertyToMerge.StatusDescription;
2 references to StatusDescription
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
96this.httpBackedProperty.StatusDescription : 386copiedProperty.StatusDescription = this.StatusDescription;