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