3 references to Style
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractImporter.cs (3)
269
if (operationInfo.
Style
== OperationFormatStyle.Rpc)
271
this.CurrentSchemaImporter.SetOperationStyle(operation, operationInfo.
Style
);
291
ImportMessageBinding(messageBinding, wsdlMessage, message, operationInfo.
Style
, operationInfo.IsEncoded);