2 instantiations of PortType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
259WsdlNS.PortType wsdlPortType = new WsdlNS.PortType();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7821o = new global::System.Web.Services.Description.PortType();
50 references to PortType
dotnet-svcutil-lib (50)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1077foreach (WsdlNS.PortType portType in description.PortTypes)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlContractConversionContext.cs (3)
23private readonly WsdlNS.PortType _wsdlPortType; 33internal WsdlContractConversionContext(ContractDescription contract, WsdlNS.PortType wsdlPortType) 89public WsdlNS.PortType WsdlPortType { get { return _wsdlPortType; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
45WsdlNS.PortType wsdlPortType = CreateWsdlPortType(contract); 254private WsdlNS.PortType CreateWsdlPortType(ContractDescription contract) 259WsdlNS.PortType wsdlPortType = new WsdlNS.PortType(); 324WsdlNS.PortType wsdlPortType = _exportedContracts[endpoint.Contract].WsdlPortType; 1102internal static void AddUsingSessionAttributeIfNeeded(WsdlNS.PortType wsdlPortType, ContractDescription contract)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (15)
111foreach (WsdlNS.PortType wsdlPortType in wsdl.PortTypes) 164public ContractDescription ImportContract(WsdlNS.PortType wsdlPortType) 197public ServiceEndpointCollection ImportEndpoints(WsdlNS.PortType wsdlPortType) 298private ContractDescription ImportWsdlPortType(WsdlNS.PortType wsdlPortType, WsdlPortTypeImportOptions importOptions, ErrorBehavior errorBehavior) 533private ContractDescription CreateContractDescription(WsdlNS.PortType wsdlPortType, XmlQualifiedName wsdlPortTypeQName) 542private OperationDescription CreateOperationDescription(WsdlNS.PortType wsdlPortType, WsdlNS.Operation wsdlOperation, ContractDescription contract) 579WsdlNS.PortType wsdlPortType = _wsdlDocuments.GetPortType(wsdlPortTypeQName); 715private void VerifyImportedWsdlPortType(WsdlNS.PortType wsdlPortType) 871WsdlNS.PortType wsdlPortType = wsdlDocuments.GetPortType(wsdlOperationBinding.Binding.Type); 1273internal static void SetSession(ContractDescription contractDescription, WsdlNS.PortType wsdlPortType) 1501private IEnumerable<WsdlNS.Binding> FindBindingsForPortType(WsdlNS.PortType wsdlPortType) 1736if (item is WsdlNS.PortType) 1785if (item is WsdlNS.PortType) 1788wsdlNs = ((WsdlNS.PortType)item).ServiceDescription.TargetNamespace ?? String.Empty; 1820WsdlNS.PortType wsdlPortType = ((WsdlNS.Operation)item).PortType;
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
46table.Add(typeof(PortType), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (18)
1188private PortType _parent; 1191internal void SetParent(PortType parent) 1210public PortType PortType 2343public PortType this[int index] 2345get { return (PortType)List[index]; } 2353public int Add(PortType portType) 2362public void Insert(int index, PortType portType) 2371public int IndexOf(PortType portType) 2380public bool Contains(PortType portType) 2389public void Remove(PortType portType) 2398public void CopyTo(PortType[] array, int index) 2407public PortType this[string name] 2409get { return (PortType)Table[name]; } 2418return ((PortType)value).Name; 2427((PortType)value).SetParent((ServiceDescription)parent); 2919internal OperationCollection(PortType portType) : base(portType) { } 2991((Operation)value).SetParent((PortType)parent); 3224else if (type == typeof(PortType))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptions.cs (2)
133public PortType GetPortType(XmlQualifiedName name) 136PortType portType = null;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
106Write75_PortType(@"portType", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.PortType)a[ia]), false, false); 1739private void Write75_PortType(string n, string ns, global::System.Web.Services.Description.PortType o, bool isNullable, bool needType) 1749if (t == typeof(global::System.Web.Services.Description.PortType)) 7806private global::System.Web.Services.Description.PortType Read75_PortType(bool isNullable, bool checkType) 7820global::System.Web.Services.Description.PortType o;