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