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