4 instantiations of Soap12AddressBinding
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (2)
268
WsdlNS.SoapAddressBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12AddressBinding
() : new WsdlNS.SoapAddressBinding();
458
soapAddressBinding = new WsdlNS.
Soap12AddressBinding
();
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4380
o = new global::System.Web.Services.Description.
Soap12AddressBinding
();
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
84
Soap12AddressBinding soapAddress = new
Soap12AddressBinding
();
11 references to Soap12AddressBinding
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
258
else if (GetBindingVersion<WsdlNS.
Soap12AddressBinding
>(src) == version)
System.Web.Extensions (2)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (2)
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]))
System.Web.Services (8)
System\Web\Services\Configuration\WebServicesSection.cs (1)
506
typeof(
Soap12AddressBinding
) };
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
197
if (ai is global::System.Web.Services.Description.
Soap12AddressBinding
) {
198
Write121_Soap12AddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12AddressBinding
)ai), false, false);
271
void Write121_Soap12AddressBinding(string n, string ns, global::System.Web.Services.Description.
Soap12AddressBinding
o, bool isNullable, bool needType) {
278
if (t == typeof(global::System.Web.Services.Description.
Soap12AddressBinding
)) {
4368
global::System.Web.Services.Description.
Soap12AddressBinding
Read121_Soap12AddressBinding(bool isNullable, bool checkType) {
4379
global::System.Web.Services.Description.
Soap12AddressBinding
o;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
84
Soap12AddressBinding
soapAddress = new Soap12AddressBinding();