1 type derived from SoapAddressBinding
System.Web.Services (1)
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
75
public sealed class Soap12AddressBinding :
SoapAddressBinding
{
4 instantiations of SoapAddressBinding
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (2)
268
WsdlNS.SoapAddressBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.Soap12AddressBinding() : new WsdlNS.
SoapAddressBinding
();
462
soapAddressBinding = new WsdlNS.
SoapAddressBinding
();
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4430
o = new global::System.Web.Services.Description.
SoapAddressBinding
();
System\Web\Services\Description\SoapProtocolReflector.cs (1)
279
SoapAddressBinding soapAddress = new
SoapAddressBinding
();
36 references to SoapAddressBinding
System.ServiceModel (16)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
888
WsdlNS.
SoapAddressBinding
binding = SoapHelper.GetSoapAddressBinding(endpointContext.WsdlPort);
System\ServiceModel\Description\SoapHelper.cs (11)
42
internal static WsdlNS.
SoapAddressBinding
GetOrCreateSoapAddressBinding(WsdlNS.Binding wsdlBinding, WsdlNS.Port wsdlPort, WsdlExporter exporter)
47
WsdlNS.
SoapAddressBinding
existingSoapAddressBinding = GetSoapAddressBinding(wsdlPort);
53
WsdlNS.
SoapAddressBinding
soapAddressBinding = CreateSoapAddressBinding(version, wsdlPort);
252
WsdlNS.
SoapAddressBinding
binding = src as WsdlNS.
SoapAddressBinding
;
268
WsdlNS.
SoapAddressBinding
dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.Soap12AddressBinding() : new WsdlNS.SoapAddressBinding();
452
static WsdlNS.
SoapAddressBinding
CreateSoapAddressBinding(EnvelopeVersion version, WsdlNS.Port wsdlPort)
454
WsdlNS.
SoapAddressBinding
soapAddressBinding = null;
562
internal static WsdlNS.
SoapAddressBinding
GetSoapAddressBinding(WsdlNS.Port wsdlPort)
566
if (o is WsdlNS.
SoapAddressBinding
)
567
return (WsdlNS.
SoapAddressBinding
)o;
System\ServiceModel\Description\WsdlExporter.cs (1)
354
WsdlNS.
SoapAddressBinding
addressBinding = SoapHelper.GetOrCreateSoapAddressBinding(wsdlBinding, wsdlPort, this);
System\ServiceModel\Description\WsdlImporter.cs (3)
1084
WsdlNS.
SoapAddressBinding
soapAddressBinding = (WsdlNS.
SoapAddressBinding
)wsdlPort.Extensions.Find(typeof(WsdlNS.
SoapAddressBinding
));
System.Web.Extensions (4)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (4)
68
if (IsSoapAsmxPort(typeof(
SoapAddressBinding
), service.Ports[0]) && IsSoapAsmxPort(typeof(Soap12AddressBinding), service.Ports[1]))
72
else if (IsSoapAsmxPort(typeof(
SoapAddressBinding
), service.Ports[1]) && IsSoapAsmxPort(typeof(Soap12AddressBinding), service.Ports[0]))
113
SoapAddressBinding
addressBinding = port.Extensions.Find(addressType) as
SoapAddressBinding
;
System.Web.Services (16)
System\Web\Services\Configuration\WebServicesSection.cs (1)
500
typeof(
SoapAddressBinding
),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
203
else if (ai is global::System.Web.Services.Description.
SoapAddressBinding
) {
204
Write119_SoapAddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.
SoapAddressBinding
)ai), false, false);
227
void Write119_SoapAddressBinding(string n, string ns, global::System.Web.Services.Description.
SoapAddressBinding
o, bool isNullable, bool needType) {
234
if (t == typeof(global::System.Web.Services.Description.
SoapAddressBinding
)) {
4418
global::System.Web.Services.Description.
SoapAddressBinding
Read119_SoapAddressBinding(bool isNullable, bool checkType) {
4429
global::System.Web.Services.Description.
SoapAddressBinding
o;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
83
protected override
SoapAddressBinding
CreateSoapAddressBinding(string serviceUrl) {
System\Web\Services\Description\SoapHttpTransportImporter.cs (3)
18
SoapAddressBinding
soapAddress = ImportContext.Port == null ? null : (
SoapAddressBinding
)ImportContext.Port.Extensions.Find(typeof(
SoapAddressBinding
));
System\Web\Services\Description\SoapProtocolReflector.cs (2)
278
protected virtual
SoapAddressBinding
CreateSoapAddressBinding(string serviceUrl) {
279
SoapAddressBinding
soapAddress = new SoapAddressBinding();
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (3)
102
SoapAddressBinding
soapAddress = (
SoapAddressBinding
)port.Extensions.Find(typeof(
SoapAddressBinding
));