2 instantiations of Port
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
349wsdlPort = new WsdlNS.Port();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5414o = new global::System.Web.Services.Description.Port();
55 references to Port
dotnet-svcutil-lib (55)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (3)
43internal static WsdlNS.SoapAddressBinding GetOrCreateSoapAddressBinding(WsdlNS.Binding wsdlBinding, WsdlNS.Port wsdlPort, WsdlExporter exporter) 449private static WsdlNS.SoapAddressBinding CreateSoapAddressBinding(EnvelopeVersion version, WsdlNS.Port wsdlPort) 559internal static WsdlNS.SoapAddressBinding GetSoapAddressBinding(WsdlNS.Port wsdlPort)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlEndpointConversionContext.cs (4)
18private readonly WsdlNS.Port _wsdlPort; 28internal WsdlEndpointConversionContext(WsdlContractConversionContext contractContext, ServiceEndpoint endpoint, WsdlNS.Binding wsdlBinding, WsdlNS.Port wsdlport) 43internal WsdlEndpointConversionContext(WsdlEndpointConversionContext bindingContext, ServiceEndpoint endpoint, WsdlNS.Port wsdlport) 110public WsdlNS.Port WsdlPort { get { return _wsdlPort; } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (4)
165WsdlNS.Port wsdlPort; 307private WsdlNS.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) 1079foreach (WsdlNS.Port port in service.Ports)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (19)
28private readonly Dictionary<WsdlNS.Port, ServiceEndpoint> _importedPorts = new Dictionary<WsdlNS.Port, ServiceEndpoint>(); 130foreach (WsdlNS.Port wsdlPort in this.GetAllPorts()) 186public ServiceEndpoint ImportEndpoint(WsdlNS.Port wsdlPort) 260foreach (WsdlNS.Port wsdlPort in FindPortsForBinding(wsdlBinding)) 282foreach (WsdlNS.Port wsdlPort in wsdlService.Ports) 438private ServiceEndpoint ImportWsdlPort(WsdlNS.Port wsdlPort, ErrorBehavior errorBehavior) 758private void VerifyImportedWsdlPort(WsdlNS.Port wsdlPort) 1072internal static EndpointAddress ImportAddress(WsdlNS.Port wsdlPort) 1184internal static XmlQualifiedName GetBindingName(WsdlNS.Port wsdlPort) 1191internal static XmlName GetEndpointName(WsdlNS.Port wsdlPort) 1522private IEnumerable<WsdlNS.Port> FindPortsForBinding(WsdlNS.Binding binding) 1524foreach (WsdlNS.Port wsdlPort in GetAllPorts()) 1542private IEnumerable<WsdlNS.Port> GetAllPorts() 1548foreach (WsdlNS.Port wsdlPort in wsdlService.Ports) 1748else if (item is WsdlNS.Port) 1810else if (item is WsdlNS.Port) 1812WsdlNS.Service wsdlService = ((WsdlNS.Port)item).Service; 2064internal static bool HasPolicy(WsdlNS.Port wsdlPort)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
35table.Add(typeof(Port), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs (1)
11[XmlFormatExtension("address", HttpBinding.Namespace, typeof(Port))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (13)
2243public Port this[int index] 2245get { return (Port)List[index]; } 2253public int Add(Port port) 2262public void Insert(int index, Port port) 2271public int IndexOf(Port port) 2280public bool Contains(Port port) 2289public void Remove(Port port) 2298public void CopyTo(Port[] array, int index) 2307public Port this[string name] 2309get { return (Port)Table[name]; } 2318return ((Port)value).Name; 2327((Port)value).SetParent((Service)parent); 3222else if (type == typeof(Port))
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
196Write122_Port(@"port", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Port)a[ia]), false, false); 203private void Write122_Port(string n, string ns, global::System.Web.Services.Description.Port o, bool isNullable, bool needType) 213if (t == typeof(global::System.Web.Services.Description.Port)) 5399private global::System.Web.Services.Description.Port Read122_Port(bool isNullable, bool checkType) 5413global::System.Web.Services.Description.Port o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (1)
57[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
343[XmlFormatExtension("address", SoapBinding.Namespace, typeof(Port))]
ImportModule.cs (2)
378private readonly Dictionary<XmlQualifiedName, WsdlNS.Port> _bindingPortMapping = new Dictionary<XmlQualifiedName, WsdlNS.Port>();
Metadata\ServiceDescriptor.cs (1)
192foreach (WsdlNS.Port port in wsdlService.Ports)