CanBuildChannelFactory(TChannel) Method (Object[])
Collapse the table of content
Expand the table of content

Binding.CanBuildChannelFactory<TChannel> Method (Object[])

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns a value that indicates whether the current binding can build a channel factory stack on the client that satisfies the requirements specified by an object array.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public bool CanBuildChannelFactory<TChannel>(
	params Object[] parameters
)

Type Parameters

TChannel

The type of channel for which the factory is being tested.

Parameters

parameters
Type: System.Object []
The object array that specifies requirements for the channel factory that is built.

Return Value

Type: System.Boolean
true if the specified channel factory stack can be build on the client; otherwise, false.

Use this method if you want to check that the channel factory for channels of type TChannel can be build for the binding parameters specified before attempting to actually build the factory. Alternatively, try to build the channel factory by calling BuildChannelFactory<TChannel>(Object[]) and catch the exception generated if it cannot be built.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft