46 references to SoapBindingUse
System.Web.Services.Description (46)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (38)
609if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 610WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 620private string Write98_SoapBindingUse(global::System.Web.Services.Description.SoapBindingUse v) { 623case SoapBindingUse.@Encoded: s = @"encoded"; break; 624case SoapBindingUse.@Literal: s = @"literal"; break; 656if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 657WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 667private string Write100_SoapBindingUse(global::System.Web.Services.Description.SoapBindingUse v) { 670case SoapBindingUse.@Encoded: s = @"encoded"; break; 671case SoapBindingUse.@Literal: s = @"literal"; break; 1043if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1044WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1082if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1083WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1123if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1124WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1164if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1165WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1204if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1205WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1245if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != SoapBindingUse.@Default) { 1246WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 5768private global::System.Web.Services.Description.SoapBindingUse Read100_SoapBindingUse(string s) { 5770case @"encoded": return SoapBindingUse.@Encoded; 5771case @"literal": return SoapBindingUse.@Literal; 5772default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse)); 5848private global::System.Web.Services.Description.SoapBindingUse Read98_SoapBindingUse(string s) { 5850case @"encoded": return SoapBindingUse.@Encoded; 5851case @"literal": return SoapBindingUse.@Literal; 5852default: throw CreateUnknownConstantException(s, typeof(global::System.Web.Services.Description.SoapBindingUse));
System\Web\Services\Description\SoapFormatExtensions.cs (8)
75[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 76public SoapBindingUse Use { get; set; } 140[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 141public SoapBindingUse Use { get; set; } 173[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 174public SoapBindingUse Use { get; set; } 202[XmlAttribute("use"), DefaultValue(SoapBindingUse.Default)] 203public SoapBindingUse Use { get; set; }