3 writes to useHttpBackedProperty
System.ServiceModel (3)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
28
this.
useHttpBackedProperty
= false;
34
this.
useHttpBackedProperty
= true;
214
responseProperty.
useHttpBackedProperty
= true;
14 references to useHttpBackedProperty
System.ServiceModel (14)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (14)
46
return this.
useHttpBackedProperty
?
56
return this.
useHttpBackedProperty
?
70
if (this.
useHttpBackedProperty
)
85
return this.
useHttpBackedProperty
?
95
return this.
useHttpBackedProperty
?
102
if (this.
useHttpBackedProperty
)
117
return this.
useHttpBackedProperty
?
124
if (this.
useHttpBackedProperty
)
139
return this.
useHttpBackedProperty
?
146
if (!this.
useHttpBackedProperty
)
157
if (this.
useHttpBackedProperty
)
186
if (!this.
useHttpBackedProperty
||
204
if (this.
useHttpBackedProperty
)
209
if (!responseProperty.
useHttpBackedProperty
)