4 references to IsEncoded
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (4)
254ImportMessage(operationMessage, isReply, operationInfo.IsEncoded, operationInfo.AreAllMessagesWrapped); 261this.CurrentSchemaImporter.SetOperationIsEncoded(operation, operationInfo.IsEncoded); 265ImportFaults(wsdlOperation, operation, operationInfo.IsEncoded); 280ImportMessageBinding(messageBinding, wsdlMessage, message, operationInfo.Style, operationInfo.IsEncoded);