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