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