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