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