3 writes to useHttpBackedProperty
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
27
this.
useHttpBackedProperty
= false;
33
this.
useHttpBackedProperty
= true;
189
requestProperty.
useHttpBackedProperty
= true;
11 references to useHttpBackedProperty
System.ServiceModel (11)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (11)
45
return this.
useHttpBackedProperty
?
55
return this.
useHttpBackedProperty
?
67
if (this.
useHttpBackedProperty
)
82
return this.
useHttpBackedProperty
?
95
if (this.
useHttpBackedProperty
)
110
return this.
useHttpBackedProperty
?
117
if (this.
useHttpBackedProperty
)
132
if (this.
useHttpBackedProperty
)
161
if (!this.
useHttpBackedProperty
||
179
if (this.
useHttpBackedProperty
)
184
if (!requestProperty.
useHttpBackedProperty
)