Adapter.IsHandlerSupported<TConnectionHandler> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected public:
generic <typename TConnectionHandler>
where TConnectionHandler : class, Microsoft::ServiceModel::Channels::Common::IConnectionHandler abstract bool IsHandlerSupported();
protected internal abstract bool IsHandlerSupported<TConnectionHandler> () where TConnectionHandler : class, Microsoft.ServiceModel.Channels.Common.IConnectionHandler;
abstract member IsHandlerSupported : unit -> bool (requires 'ConnectionHandler : null and 'ConnectionHandler :> Microsoft.ServiceModel.Channels.Common.IConnectionHandler)
Protected Friend MustOverride Function IsHandlerSupported(Of TConnectionHandler As {Class, IConnectionHandler}) () As Boolean
Type Parameters
- TConnectionHandler