3 instantiations of Soap12Binding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
236
WsdlNS.SoapBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12Binding
() : new WsdlNS.SoapBinding();
474
soapBinding = new WsdlNS.
Soap12Binding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7628
o = new global::System.Web.Services.Description.
Soap12Binding
();
19 references to Soap12Binding
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (5)
154
return o is WsdlNS.
Soap12Binding
? EnvelopeVersion.Soap12 : EnvelopeVersion.Soap11;
226
else if (GetBindingVersion<WsdlNS.
Soap12Binding
>(src) == version)
376
if (src.NamespaceURI == WsdlNS.
Soap12Binding
.Namespace)
546
ns = WsdlNS.
Soap12Binding
.Namespace;
635
return (element != null && element.LocalName == "fault" && (element.NamespaceURI == WsdlNS.
Soap12Binding
.Namespace || element.NamespaceURI == WsdlNS.SoapBinding.Namespace));
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
133
typeof(
Soap12Binding
),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
423
if (ai is global::System.Web.Services.Description.
Soap12Binding
)
425
Write84_Soap12Binding(@"binding", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12Binding
)ai), false, false);
1707
private void Write84_Soap12Binding(string n, string ns, global::System.Web.Services.Description.
Soap12Binding
o, bool isNullable, bool needType)
1717
if (t == typeof(global::System.Web.Services.Description.
Soap12Binding
))
7613
private global::System.Web.Services.Description.
Soap12Binding
Read84_Soap12Binding(bool isNullable, bool checkType)
7627
global::System.Web.Services.Description.
Soap12Binding
o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (7)
13
[XmlFormatExtension("binding",
Soap12Binding
.Namespace, typeof(Binding))]
14
[XmlFormatExtensionPrefix("soap12",
Soap12Binding
.Namespace)]
24
[XmlFormatExtension("operation",
Soap12Binding
.Namespace, typeof(OperationBinding))]
39
[XmlFormatExtension("body",
Soap12Binding
.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
45
[XmlFormatExtension("fault",
Soap12Binding
.Namespace, typeof(FaultBinding))]
51
[XmlFormatExtension("header",
Soap12Binding
.Namespace, typeof(InputBinding), typeof(OutputBinding))]
57
[XmlFormatExtension("address",
Soap12Binding
.Namespace, typeof(Port))]