Udostępnij za pośrednictwem


TextMessageEncodingBindingElement.CanBuildChannelListener<TChannel> Metoda

Definicja

Zwraca wartość wskazującą, czy bieżące powiązanie może utworzyć odbiornik dla określonego typu kanału i kontekstu.

public:
generic <typename TChannel>
 where TChannel : class, System::ServiceModel::Channels::IChannel override bool CanBuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.CanBuildChannelListener : System.ServiceModel.Channels.BindingContext -> bool (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function CanBuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As Boolean

Parametry typu

TChannel

Typ kanału, który akceptuje odbiornik kanału.

Parametry

context
BindingContext

Element BindingContext dla odbiornika.

Zwraca

true jeśli określony stos odbiornika kanału może być oparty na usłudze; w przeciwnym razie , false.

Dotyczy