4 instantiations of Soap12BodyBinding
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (2)
356
WsdlNS.SoapBodyBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12BodyBinding
() : new WsdlNS.SoapBodyBinding();
513
soapBodyBinding = new WsdlNS.
Soap12BodyBinding
();
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5132
o = new global::System.Web.Services.Description.
Soap12BodyBinding
();
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
108
Soap12BodyBinding soapBodyBinding = new
Soap12BodyBinding
();
13 references to Soap12BodyBinding
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
352
EnvelopeVersion srcVersion = GetBindingVersion<WsdlNS.
Soap12BodyBinding
>(src);
System.Web.Services (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
503
typeof(
Soap12BodyBinding
),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
625
if (ai is global::System.Web.Services.Description.
Soap12BodyBinding
) {
626
Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12BodyBinding
)ai), false, false);
723
if (ai is global::System.Web.Services.Description.
Soap12BodyBinding
) {
724
Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12BodyBinding
)ai), false, false);
903
void Write102_Soap12BodyBinding(string n, string ns, global::System.Web.Services.Description.
Soap12BodyBinding
o, bool isNullable, bool needType) {
910
if (t == typeof(global::System.Web.Services.Description.
Soap12BodyBinding
)) {
1101
if (ai is global::System.Web.Services.Description.
Soap12BodyBinding
) {
1102
Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12BodyBinding
)ai), false, false);
5120
global::System.Web.Services.Description.
Soap12BodyBinding
Read102_Soap12BodyBinding(bool isNullable, bool checkType) {
5131
global::System.Web.Services.Description.
Soap12BodyBinding
o;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
108
Soap12BodyBinding
soapBodyBinding = new Soap12BodyBinding();