This documentation is archived and is not being maintained.

ProtocolImporter.IsBindingSupported Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected MustOverride Function IsBindingSupported() As Boolean
[C#]
protected abstract bool IsBindingSupported();
[C++]
protected: virtual bool IsBindingSupported() = 0;
[JScript]
protected abstract function IsBindingSupported() : Boolean;

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: