1 type derived from SoapBodyBinding
System.Web.Services.Description (1)
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
29public sealed class Soap12BodyBinding : SoapBodyBinding {
1 instantiation of SoapBodyBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6422o = new global::System.Web.Services.Description.SoapBodyBinding();
11 references to SoapBodyBinding
System.Web.Services.Description (11)
System\Web\Services\Configuration\WebServicesSection.cs (1)
108typeof(SoapBodyBinding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
731else if (ai is global::System.Web.Services.Description.SoapBodyBinding) { 732Write99_SoapBodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.SoapBodyBinding)ai), false, false); 839else if (ai is global::System.Web.Services.Description.SoapBodyBinding) { 840Write99_SoapBodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.SoapBodyBinding)ai), false, false); 1017private void Write99_SoapBodyBinding(string n, string ns, global::System.Web.Services.Description.SoapBodyBinding o, bool isNullable, bool needType) { 1028if (t == typeof(global::System.Web.Services.Description.SoapBodyBinding)) { 1308else if (ai is global::System.Web.Services.Description.SoapBodyBinding) { 1309Write99_SoapBodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.SoapBodyBinding)ai), false, false); 6400private global::System.Web.Services.Description.SoapBodyBinding Read99_SoapBodyBinding(bool isNullable, bool checkType) { 6421global::System.Web.Services.Description.SoapBodyBinding o;