22 references to WsdlPort
System.ServiceModel (20)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
888WsdlNS.SoapAddressBinding binding = SoapHelper.GetSoapAddressBinding(endpointContext.WsdlPort);
System\ServiceModel\Channels\TransportBindingElement.cs (2)
198if (endpointContext.WsdlPort != null) 200WsdlExporter.WSAddressingHelper.AddAddressToWsdlPort(endpointContext.WsdlPort, address, addressingVersion);
System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
60if (context.WsdlPort != null) 87EndpointAddress address = context.Endpoint.Address = WsdlImporter.WSAddressingHelper.ImportAddress(context.WsdlPort);
System\ServiceModel\Description\SoapHelper.cs (2)
126if (endpointContext.WsdlPort != null) 127SoapConverter.ConvertExtensions(endpointContext.WsdlPort.Extensions, version, SoapConverter.ConvertSoapAddressBinding);
System\ServiceModel\Description\WsdlImporter.cs (5)
1629if (endpointContext.WsdlPort != null) 1631throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(WsdlImportException.Create(endpointContext.WsdlPort, new InvalidOperationException(SR.GetString(SR.NoUsablePolicyAssertions)))); 2205if (endpointContext.WsdlPort != null) 2207IEnumerable<IEnumerable<XmlElement>> wsdlPortAlternatives = this.GetPolicyAlternatives(endpointContext.WsdlPort, endpointContext.WsdlPort.Service.ServiceDescription);
System\ServiceModel\Security\WSTrustServiceContract.cs (8)
1679if (context.WsdlPort == null) 1684if (context.WsdlPort.Service == null) 1689if (context.WsdlPort.Service.ServiceDescription == null) 1694System.Web.Services.Description.ServiceDescription serviceDescription = context.WsdlPort.Service.ServiceDescription; 1988foreach (XmlSchema xmlSchema in context.WsdlPort.Service.ServiceDescription.Types.Schemas) 2007if (context.WsdlPort.Service.ServiceDescription.Types.Schemas.Count == 0) 2010context.WsdlPort.Service.ServiceDescription.Types.Schemas.Add(importedSchema); 2014importedSchema = context.WsdlPort.Service.ServiceDescription.Types.Schemas[0];
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpTransportImporter.cs (2)
106if (context.WsdlPort != null) 108address = context.Endpoint.Address = WsdlImporter.WSAddressingHelper.ImportAddress(context.WsdlPort);