2 writes to StatusDescription
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
108
_traditionalProperty.
StatusDescription
= value;
234
this.
StatusDescription
= DefaultStatusDescription;
3 references to StatusDescription
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
97
_traditionalProperty.
StatusDescription
;
410
if (propertyToMerge.
StatusDescription
!= TraditionalHttpResponseMessageProperty.DefaultStatusDescription)
412
this.StatusDescription = propertyToMerge.
StatusDescription
;