12 references to ServiceDescriptions
System.Web.Services (12)
System\Web\Services\Description\ProtocolImporter.cs (11)
261foreach (ServiceDescription serviceDescription in ServiceDescriptions) { 264Binding binding = ServiceDescriptions.GetBinding(port.Binding); 267PortType portType = ServiceDescriptions.GetPortType(binding.Type); 281foreach (ServiceDescription serviceDescription in ServiceDescriptions) { 284PortType portType = ServiceDescriptions.GetPortType(binding.Type); 304foreach (ServiceDescription serviceDescription in ServiceDescriptions) { 308Binding binding = ServiceDescriptions.GetBinding(port.Binding); 309PortType portType = ServiceDescriptions.GetPortType(binding.Type); 320PortType portType = ServiceDescriptions.GetPortType(binding.Type); 366this.inputMessage = operation.Messages.Input == null ? null : ServiceDescriptions.GetMessage(operation.Messages.Input.Message); 367this.outputMessage = operation.Messages.Output == null ? null : ServiceDescriptions.GetMessage(operation.Messages.Output.Message);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
564Message message = ServiceDescriptions.GetMessage(header.Message);