Freigeben über


ContextBindingElement.CanBuildChannelFactory<TChannel> Methode

Definition

Gibt einen Wert zurück, der angibt, ob das aktuelle Bindungselement eine Factory für einen angegebenen Typ von Kanal und Kontext 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, der von der Kanalfactory erzeugt wird. Nur IRequestChannel, IRequestSessionChannel und IDuplexSessionChannel sind standardmäßig zulässig.

Parameter

context
BindingContext

Der BindingContext für die Factory.

Gibt zurück

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

Gilt für: