3 overrides of IsBindingSupported
System.Web.Services (3)
System\Web\Services\Description\HttpGetProtocolImporter.cs (1)
28protected override bool IsBindingSupported() {
System\Web\Services\Description\HttpPostProtocolImporter.cs (1)
27protected override bool IsBindingSupported() {
System\Web\Services\Description\SoapProtocolImporter.cs (1)
399protected override bool IsBindingSupported() {
4 references to IsBindingSupported
System.Web.Services (4)
System\Web\Services\Description\ProtocolImporter.cs (4)
269if (IsBindingSupported()) { 286if (IsBindingSupported()) { 311if (IsBindingSupported() && !supportedBindings.Contains(binding)) { 322if (IsBindingSupported()) {