1 instantiation of PortType
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7642o = new global::System.Web.Services.Description.PortType();
25 references to PortType
System.Web.Services.Description (25)
System\Web\Services\Configuration\WebServicesSection.cs (1)
48table.Add(typeof(PortType), new XmlAttributes());
System\Web\Services\Description\ServiceDescription.cs (17)
815internal void SetParent(PortType parent) 826public PortType PortType { get; private set; } 1595public PortType this[int index] 1597get { return (PortType)List[index]; } 1601public int Add(PortType portType) 1606public void Insert(int index, PortType portType) 1611public int IndexOf(PortType portType) 1616public bool Contains(PortType portType) 1621public void Remove(PortType portType) 1626public void CopyTo(PortType[] array, int index) 1631public PortType this[string name] 1633get { return (PortType)Table[name]; } 1638return ((PortType)value).Name; 1643((PortType)value).SetParent((ServiceDescription)parent); 1919internal OperationCollection(PortType portType) : base(portType) { } 1959((Operation)value).SetParent((PortType)parent); 2130else if (type == typeof(PortType))
System\Web\Services\Description\ServiceDescriptions.cs (2)
73public PortType GetPortType(XmlQualifiedName name) { 75PortType portType = null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
90Write75_PortType(@"portType", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.PortType)a[ia]), false, false); 1626private void Write75_PortType(string n, string ns, global::System.Web.Services.Description.PortType o, bool isNullable, bool needType) { 1637if (t == typeof(global::System.Web.Services.Description.PortType)) { 7620private global::System.Web.Services.Description.PortType Read75_PortType(bool isNullable, bool checkType) { 7641global::System.Web.Services.Description.PortType o;