5 references to Rpc
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1203return (style == WsdlNS.SoapBindingStyle.Rpc) ? OperationFormatStyle.Rpc : OperationFormatStyle.Document;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (4)
1565case global::System.Web.Services.Description.SoapBindingStyle.@Rpc: s = @"rpc"; break; 1641case global::System.Web.Services.Description.SoapBindingStyle.@Rpc: s = @"rpc"; break; 7471case @"rpc": return global::System.Web.Services.Description.SoapBindingStyle.@Rpc; 7547case @"rpc": return global::System.Web.Services.Description.SoapBindingStyle.@Rpc;