อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


DiscoveryClientBindingElement.CanBuildChannelListener<TChannel> Method

Definition

Because building a channel listener is not supported by the Discovery client channel, this method always returns false. It may be extended to return a value that indicates whether the binding element can build a listener for a specific type of channel.

C#
public override bool CanBuildChannelListener<TChannel>(System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;

Type Parameters

TChannel

The type of channel the listener accepts.

Parameters

context
BindingContext

The binding context.

Returns

true if the IChannelListener<TChannel> of the specified type can be built by the binding element, otherwise false.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1