1 instantiation of HttpUrlEncodedBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7354
o = new global::System.Web.Services.Description.
HttpUrlEncodedBinding
();
8 references to HttpUrlEncodedBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
792
|| ext is WsdlNS.
HttpUrlEncodedBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
121
typeof(
HttpUrlEncodedBinding
),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
1431
else if (ai is global::System.Web.Services.Description.
HttpUrlEncodedBinding
)
1433
Write90_HttpUrlEncodedBinding(@"urlEncoded", @"http://schemas.xmlsoap.org/wsdl/http/", ((global::System.Web.Services.Description.
HttpUrlEncodedBinding
)ai), false, false);
1473
private void Write90_HttpUrlEncodedBinding(string n, string ns, global::System.Web.Services.Description.
HttpUrlEncodedBinding
o, bool isNullable, bool needType)
1483
if (t == typeof(global::System.Web.Services.Description.
HttpUrlEncodedBinding
))
7339
private global::System.Web.Services.Description.
HttpUrlEncodedBinding
Read90_HttpUrlEncodedBinding(bool isNullable, bool checkType)
7353
global::System.Web.Services.Description.
HttpUrlEncodedBinding
o;