3 instantiations of Port
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
349wsdlPort = new WsdlNS.Port();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
401port = new Port();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4303o = new global::System.Web.Services.Description.Port();
67 references to Port
System.ServiceModel (32)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1244foreach (WsdlNS.Port port in service.Ports)
System\ServiceModel\Description\SoapHelper.cs (3)
42internal static WsdlNS.SoapAddressBinding GetOrCreateSoapAddressBinding(WsdlNS.Binding wsdlBinding, WsdlNS.Port wsdlPort, WsdlExporter exporter) 452static WsdlNS.SoapAddressBinding CreateSoapAddressBinding(EnvelopeVersion version, WsdlNS.Port wsdlPort) 562internal static WsdlNS.SoapAddressBinding GetSoapAddressBinding(WsdlNS.Port wsdlPort)
System\ServiceModel\Description\WsdlEndpointConversionContext.cs (4)
19readonly WsdlNS.Port wsdlPort; 29internal WsdlEndpointConversionContext(WsdlContractConversionContext contractContext, ServiceEndpoint endpoint, WsdlNS.Binding wsdlBinding, WsdlNS.Port wsdlport) 45internal WsdlEndpointConversionContext(WsdlEndpointConversionContext bindingContext, ServiceEndpoint endpoint, WsdlNS.Port wsdlport) 113public WsdlNS.Port WsdlPort { get { return wsdlPort; } }
System\ServiceModel\Description\WsdlExporter.cs (4)
165WsdlNS.Port wsdlPort; 307WsdlNS.Binding CreateWsdlBindingAndPort(ServiceEndpoint endpoint, XmlQualifiedName wsdlServiceQName, out WsdlNS.Port wsdlPort, out bool newBinding, out bool bindingNameWasUniquified) 595internal static void AddAddressToWsdlPort(WsdlNS.Port wsdlPort, EndpointAddress addr, AddressingVersion addressing) 1081foreach (WsdlNS.Port port in service.Ports)
System\ServiceModel\Description\WsdlHelper.cs (1)
274foreach (WsdlNS.Port port in service.Ports)
System\ServiceModel\Description\WsdlImporter.cs (19)
28readonly Dictionary<WsdlNS.Port, ServiceEndpoint> importedPorts = new Dictionary<WsdlNS.Port, ServiceEndpoint>(); 130foreach (WsdlNS.Port wsdlPort in this.GetAllPorts()) 185public ServiceEndpoint ImportEndpoint(WsdlNS.Port wsdlPort) 259foreach (WsdlNS.Port wsdlPort in FindPortsForBinding(wsdlBinding)) 281foreach (WsdlNS.Port wsdlPort in wsdlService.Ports) 439ServiceEndpoint ImportWsdlPort(WsdlNS.Port wsdlPort, ErrorBehavior errorBehavior) 760void VerifyImportedWsdlPort(WsdlNS.Port wsdlPort) 1077internal static EndpointAddress ImportAddress(WsdlNS.Port wsdlPort) 1190internal static XmlQualifiedName GetBindingName(WsdlNS.Port wsdlPort) 1197internal static XmlName GetEndpointName(WsdlNS.Port wsdlPort) 1534IEnumerable<WsdlNS.Port> FindPortsForBinding(WsdlNS.Binding binding) 1536foreach (WsdlNS.Port wsdlPort in GetAllPorts()) 1554IEnumerable<WsdlNS.Port> GetAllPorts() 1560foreach (WsdlNS.Port wsdlPort in wsdlService.Ports) 1761else if (item is WsdlNS.Port) 1823else if (item is WsdlNS.Port) 1825WsdlNS.Service wsdlService = ((WsdlNS.Port)item).Service; 2076internal static bool HasPolicy(WsdlNS.Port wsdlPort)
System.Web.Extensions (3)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (2)
65Port portToDelete = null; 111private bool IsSoapAsmxPort(System.Type addressType, Port port)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1617foreach (System.Web.Services.Description.Port servicePort in wsdlService.Ports)
System.Web.Services (32)
System\Web\Services\Configuration\WebServicesSection.cs (1)
179table.Add(typeof(Port), new XmlAttributes());
System\Web\Services\Description\HttpFormatExtensions.cs (1)
6[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))]
System\Web\Services\Description\ProtocolImporter.cs (5)
39Port port; 162public Port Port { 263foreach (Port port in service.Ports) { 307foreach (Port port in service.Ports) { 337void MoveToBinding(Service service, Port port, Binding binding, PortType portType) {
System\Web\Services\Description\ProtocolReflector.cs (3)
31Port port; 150public Port Port { 397foreach (Port p in Service.Ports)
System\Web\Services\Description\ServiceDescription.cs (13)
1995public Port this[int index] { 1996get { return (Port)List[index]; } 2004public int Add(Port port) { 2012public void Insert(int index, Port port) { 2020public int IndexOf(Port port) { 2028public bool Contains(Port port) { 2036public void Remove(Port port) { 2044public void CopyTo(Port[] array, int index) { 2052public Port this[string name] { 2053get { return (Port)Table[name]; } 2061return ((Port)value).Name; 2069((Port)value).SetParent((Service)parent); 2861else if (type == typeof(Port))
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
152Write122_Port(@"port", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Port)a[ia]), false, false); 159void Write122_Port(string n, string ns, global::System.Web.Services.Description.Port o, bool isNullable, bool needType) { 166if (t == typeof(global::System.Web.Services.Description.Port)) { 4291global::System.Web.Services.Description.Port Read122_Port(bool isNullable, bool checkType) { 4302global::System.Web.Services.Description.Port o;
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
74[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]
System\Web\Services\Description\SoapFormatExtensions.cs (1)
303[XmlFormatExtension("address", SoapBinding.Namespace, typeof(Port))]
System\Web\Services\Description\WebServicesInteroperability.cs (1)
542foreach (Port port in service.Ports) {
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
101foreach (Port port in service.Ports) {