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