NetMessagingTransportBindingElement.CanBuildChannelFactory<T> Method

Definition

Queries the channel factory can build 'context'.

public override bool CanBuildChannelFactory<T> (System.ServiceModel.Channels.BindingContext context);
override this.CanBuildChannelFactory : System.ServiceModel.Channels.BindingContext -> bool
Public Overrides Function CanBuildChannelFactory(Of T) (context As BindingContext) As Boolean

Type Parameters

T

Type of the channel.

Parameters

context
BindingContext

The binding context.

Returns

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

Exceptions

Thrown when argument null.

Applies to