ApplyConfiguration Method

ChannelFactory.ApplyConfiguration Method

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

Initializes the channel factory with the behaviors provided by a specified configuration file and with those in the service endpoint of the channel factory.

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

protected virtual void ApplyConfiguration(
	string configurationName
)

Parameters

configurationName
Type: System.String
The name of the configuration file.

ExceptionCondition
InvalidOperationException

The service endpoint of the channel factory is null.

If configurationName is null, only the behaviors specified in the service endpoint are loaded. If the wildcard, "*", is used, any endpoint configuration in the client configuration file is used, but only if there is precisely one. Otherwise, an exception is thrown. Any other value for the configurationName, including the empty string "", matches the endpoint configuration with the same name.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft