3 references to Encoded
System.ServiceModel (3)
System\ServiceModel\OperationFormatUse.cs (1)
19
x == OperationFormatUse.
Encoded
||
System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
47
get { return use == OperationFormatUse.
Encoded
; }
48
set { use = value ? OperationFormatUse.
Encoded
: OperationFormatUse.Literal; }