Udostępnij za pośrednictwem


ContextBindingElement.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. Domyślnie dozwolone są tylko IReplyChannel, IReplySessionChanneli IDuplexSessionChannel .

Parametry

context
BindingContext

Dla BindingContext odbiornika.

Zwraca

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

Dotyczy