8 references to GetPortType
System.ServiceModel (3)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
282WsdlNS.PortType wsdlPortType = wsdlDocs.GetPortType(contractQname);
System\ServiceModel\Description\WsdlImporter.cs (2)
579WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlPortTypeQName); 874WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlOperationBinding.Binding.Type);
System.Web.Services (5)
System\Web\Services\Description\ProtocolImporter.cs (4)
267PortType portType = ServiceDescriptions.GetPortType(binding.Type); 284PortType portType = ServiceDescriptions.GetPortType(binding.Type); 309PortType portType = ServiceDescriptions.GetPortType(binding.Type); 320PortType portType = ServiceDescriptions.GetPortType(binding.Type);
System\Web\Services\Description\WebServicesInteroperability.cs (1)
107PortType portType = descriptions.GetPortType(binding.Type);