10 references to Encoded
ScenarioTests.Common.Tests (7)
ServiceInterfaces.cs (7)
153
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.
Encoded
)]
157
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.
Encoded
)]
161
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.
Encoded
)]
167
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, SupportFaults = true, Use = OperationFormatUse.
Encoded
)]
703
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Encoded
)]
790
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Encoded
)]
826
[XmlSerializerFormat(Style = OperationFormatStyle.Rpc, Use = OperationFormatUse.
Encoded
)]
System.ServiceModel.Primitives (3)
System\ServiceModel\OperationFormatUse.cs (1)
19
x == OperationFormatUse.
Encoded
||
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
44
get { return _use == OperationFormatUse.
Encoded
; }
45
set { _use = value ? OperationFormatUse.
Encoded
: OperationFormatUse.Literal; }