1 instantiation of Port
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5086o = new global::System.Web.Services.Description.Port();
22 references to Port
System.Web.Services.Description (22)
System\Web\Services\Configuration\WebServicesSection.cs (1)
37table.Add(typeof(Port), new XmlAttributes());
System\Web\Services\Description\HttpFormatExtensions.cs (1)
8[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))]
System\Web\Services\Description\ServiceDescription.cs (13)
1539public Port this[int index] 1541get { return (Port)List[index]; } 1545public int Add(Port port) 1550public void Insert(int index, Port port) 1555public int IndexOf(Port port) 1560public bool Contains(Port port) 1565public void Remove(Port port) 1570public void CopyTo(Port[] array, int index) 1575public Port this[string name] 1577get { return (Port)Table[name]; } 1582return ((Port)value).Name; 1587((Port)value).SetParent((Service)parent); 2126else if (type == typeof(Port))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
169Write122_Port(@"port", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Port)a[ia]), false, false); 176private void Write122_Port(string n, string ns, global::System.Web.Services.Description.Port o, bool isNullable, bool needType) { 187if (t == typeof(global::System.Web.Services.Description.Port)) { 5064private global::System.Web.Services.Description.Port Read122_Port(bool isNullable, bool checkType) { 5085global::System.Web.Services.Description.Port o;
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
40[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]
System\Web\Services\Description\SoapFormatExtensions.cs (1)
218[XmlFormatExtension("address", SoapBinding.Namespace, typeof(Port))]