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