1 type derived from SoapBinding
System.Web.Services.Description (1)
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
13public sealed class Soap12Binding : SoapBinding {
1 instantiation of SoapBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7518o = new global::System.Web.Services.Description.SoapBinding();
13 references to SoapBinding
System.Web.Services.Description (13)
System\Web\Services\Configuration\WebServicesSection.cs (1)
106typeof(SoapBinding),
System\Web\Services\Description\ServiceDescription.cs (1)
287readerSettings.Schemas.Add(SoapBinding.Schema);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
394else if (ai is global::System.Web.Services.Description.SoapBinding) { 395Write80_SoapBinding(@"binding", @"http://schemas.xmlsoap.org/wsdl/soap/", ((global::System.Web.Services.Description.SoapBinding)ai), false, false); 1530private void Write80_SoapBinding(string n, string ns, global::System.Web.Services.Description.SoapBinding o, bool isNullable, bool needType) { 1541if (t == typeof(global::System.Web.Services.Description.SoapBinding)) { 7496private global::System.Web.Services.Description.SoapBinding Read80_SoapBinding(bool isNullable, bool checkType) { 7517global::System.Web.Services.Description.SoapBinding o;
System\Web\Services\Description\SoapFormatExtensions.cs (5)
56[XmlFormatExtension("operation", SoapBinding.Namespace, typeof(OperationBinding))] 70[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 135[XmlFormatExtension("fault", SoapBinding.Namespace, typeof(FaultBinding))] 159[XmlFormatExtension("header", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 218[XmlFormatExtension("address", SoapBinding.Namespace, typeof(Port))]