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