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