2 references to RpcLiteral
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractImporter.cs (2)
537return isEncoded ? StyleAndUse.RpcEncoded : StyleAndUse.RpcLiteral; 543return (styleAndUse == StyleAndUse.RpcLiteral || styleAndUse == StyleAndUse.RpcEncoded) ? "rpc" : "document";