3 instantiations of PortType
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
259WsdlNS.PortType wsdlPortType = new WsdlNS.PortType();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
382portType = new PortType();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6264o = new global::System.Web.Services.Description.PortType();
75 references to PortType
System.ServiceModel (29)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
488WsdlNS.PortType wsdlPortType = wsdl.PortTypes[portTypeQName.Name];
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
282WsdlNS.PortType wsdlPortType = wsdlDocs.GetPortType(contractQname);
System\ServiceModel\Description\MessageContractImporter.cs (1)
1089foreach (WsdlNS.PortType portType in description.PortTypes)
System\ServiceModel\Description\WsdlContractConversionContext.cs (3)
25readonly WsdlNS.PortType wsdlPortType; 35internal WsdlContractConversionContext(ContractDescription contract, WsdlNS.PortType wsdlPortType) 92public WsdlNS.PortType WsdlPortType { get { return wsdlPortType; } }
System\ServiceModel\Description\WsdlExporter.cs (5)
45WsdlNS.PortType wsdlPortType = CreateWsdlPortType(contract); 254WsdlNS.PortType CreateWsdlPortType(ContractDescription contract) 259WsdlNS.PortType wsdlPortType = new WsdlNS.PortType(); 324WsdlNS.PortType wsdlPortType = exportedContracts[endpoint.Contract].WsdlPortType; 1104internal static void AddUsingSessionAttributeIfNeeded(WsdlNS.PortType wsdlPortType, ContractDescription contract)
System\ServiceModel\Description\WsdlHelper.cs (1)
246foreach (WsdlNS.PortType portType in wsdl.PortTypes)
System\ServiceModel\Description\WsdlImporter.cs (15)
111foreach (WsdlNS.PortType wsdlPortType in wsdl.PortTypes) 163public ContractDescription ImportContract(WsdlNS.PortType wsdlPortType) 196public ServiceEndpointCollection ImportEndpoints(WsdlNS.PortType wsdlPortType) 297ContractDescription ImportWsdlPortType(WsdlNS.PortType wsdlPortType, WsdlPortTypeImportOptions importOptions, ErrorBehavior errorBehavior) 532ContractDescription CreateContractDescription(WsdlNS.PortType wsdlPortType, XmlQualifiedName wsdlPortTypeQName) 541OperationDescription CreateOperationDescription(WsdlNS.PortType wsdlPortType, WsdlNS.Operation wsdlOperation, ContractDescription contract) 579WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlPortTypeQName); 717void VerifyImportedWsdlPortType(WsdlNS.PortType wsdlPortType) 874WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlOperationBinding.Binding.Type); 1279internal static void SetSession(ContractDescription contractDescription, WsdlNS.PortType wsdlPortType) 1513IEnumerable<WsdlNS.Binding> FindBindingsForPortType(WsdlNS.PortType wsdlPortType) 1749if (item is WsdlNS.PortType) 1798if (item is WsdlNS.PortType) 1801wsdlNs = ((WsdlNS.PortType)item).ServiceDescription.TargetNamespace ?? String.Empty; 1833WsdlNS.PortType wsdlPortType = ((WsdlNS.Operation)item).PortType;
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
1698foreach (PortType portType in serviceDescription.PortTypes) 2093PortType portType,
System.Web.Extensions (8)
Compilation\WCFModel\WsdlInspector.cs (8)
33private Dictionary<XmlQualifiedName, PortType> portTypes; 43this.portTypes = new Dictionary<XmlQualifiedName, PortType>(); 74foreach (PortType portType in wsdl.PortTypes) 77PortType definedPortType; 109private void MatchPortTypes(PortType x, PortType y) 301private void ReportUniqueOperation(Operation operation, PortType portType1, PortType portType2)
System.Web.Services (38)
System\Web\Services\Configuration\WebServicesSection.cs (1)
190table.Add(typeof(PortType), new XmlAttributes());
System\Web\Services\Description\ProtocolImporter.cs (8)
40PortType portType; 170public PortType PortType { 267PortType portType = ServiceDescriptions.GetPortType(binding.Type); 284PortType portType = ServiceDescriptions.GetPortType(binding.Type); 309PortType portType = ServiceDescriptions.GetPortType(binding.Type); 320PortType portType = ServiceDescriptions.GetPortType(binding.Type); 333void MoveToBinding(Binding binding, PortType portType) { 337void MoveToBinding(Service service, Port port, Binding binding, PortType portType) {
System\Web\Services\Description\ProtocolReflector.cs (2)
32PortType portType; 142public PortType PortType {
System\Web\Services\Description\ServiceDescription.cs (18)
1064PortType parent; 1067internal void SetParent(PortType parent) { 1084public PortType PortType { 2084public PortType this[int index] { 2085get { return (PortType)List[index]; } 2093public int Add(PortType portType) { 2101public void Insert(int index, PortType portType) { 2109public int IndexOf(PortType portType) { 2117public bool Contains(PortType portType) { 2125public void Remove(PortType portType) { 2133public void CopyTo(PortType[] array, int index) { 2141public PortType this[string name] { 2142get { return (PortType)Table[name]; } 2150return ((PortType)value).Name; 2158((PortType)value).SetParent((ServiceDescription)parent); 2596internal OperationCollection(PortType portType) : base(portType) { } 2660((Operation)value).SetParent((PortType)parent); 2863else if (type == typeof(PortType))
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
327foreach (PortType portType in description.PortTypes) {
System\Web\Services\Description\ServiceDescriptions.cs (2)
127public PortType GetPortType(XmlQualifiedName name) { 129PortType portType = null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
81Write75_PortType(@"portType", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.PortType)a[ia]), false, false); 1361void Write75_PortType(string n, string ns, global::System.Web.Services.Description.PortType o, bool isNullable, bool needType) { 1368if (t == typeof(global::System.Web.Services.Description.PortType)) { 6252global::System.Web.Services.Description.PortType Read75_PortType(bool isNullable, bool checkType) { 6263global::System.Web.Services.Description.PortType o;
System\Web\Services\Description\WebServicesInteroperability.cs (1)
107PortType portType = descriptions.GetPortType(binding.Type);