1 instantiation of Soap12Binding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7454
o = new global::System.Web.Services.Description.
Soap12Binding
();
12 references to Soap12Binding
System.Web.Services.Description (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
112
typeof(
Soap12Binding
),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
388
if (ai is global::System.Web.Services.Description.
Soap12Binding
) {
389
Write84_Soap12Binding(@"binding", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12Binding
)ai), false, false);
1593
private void Write84_Soap12Binding(string n, string ns, global::System.Web.Services.Description.
Soap12Binding
o, bool isNullable, bool needType) {
1604
if (t == typeof(global::System.Web.Services.Description.
Soap12Binding
)) {
7432
private global::System.Web.Services.Description.
Soap12Binding
Read84_Soap12Binding(bool isNullable, bool checkType) {
7453
global::System.Web.Services.Description.
Soap12Binding
o;
System\Web\Services\Description\Soap12FormatExtensions.cs (5)
18
[XmlFormatExtension("operation",
Soap12Binding
.Namespace, typeof(OperationBinding))]
28
[XmlFormatExtension("body",
Soap12Binding
.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
32
[XmlFormatExtension("fault",
Soap12Binding
.Namespace, typeof(FaultBinding))]
36
[XmlFormatExtension("header",
Soap12Binding
.Namespace, typeof(InputBinding), typeof(OutputBinding))]
40
[XmlFormatExtension("address",
Soap12Binding
.Namespace, typeof(Port))]