Freigeben über


DiscoveryClientBindingElement.CanBuildChannelFactory<TChannel> Methode

Definition

Gibt einen Wert zurück, der angibt, ob die aktuelle Bindung einen Kanalfactorystapel auf dem Client erstellen kann.

public:
generic <typename TChannel>
 override bool CanBuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelFactory<TChannel> (System.ServiceModel.Channels.BindingContext context);
override this.CanBuildChannelFactory : System.ServiceModel.Channels.BindingContext -> bool
Public Overrides Function CanBuildChannelFactory(Of TChannel) (context As BindingContext) As Boolean

Typparameter

TChannel

Der Kanaltyp, für den die Factory getestet wird.

Parameter

context
BindingContext

Der Bindungskontext.

Gibt zurück

Boolean

true, wenn der angegebene Kanalfactorystapel auf dem Client erstellt werden kann, andernfalls false.

Gilt für