1 write to @SoapActionRequired
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7431
o.
@SoapActionRequired
= Microsoft.Xml.XmlConvert.ToBoolean(Reader.Value);
2 references to @SoapActionRequired
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
1628
if (((global::System.Boolean)o.
@SoapActionRequired
) != false)
1630
WriteAttribute(@"soapActionRequired", @"", Microsoft.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@SoapActionRequired
)));