ChannelFactory.ApplyConfiguration Method
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)
Parameters
- configurationName
- Type: System.String
The name of the configuration file.
| Exception | Condition |
|---|---|
| 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. See the WCF Client Configuration topic for a discussion of the client configuration.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.