RelayedOnewayTransportBindingElement.CanBuildChannelFactory<TChannel> Method

Definition

Returns a value that indicates whether this binding element can build a channel factory of the specified type.

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

Type Parameters

TChannel

Parameters

context
BindingContext

The binding context that provides context for this binding element.

Returns

true if a channel factory can be built; otherwise false.

Applies to