NetTcpRelayBindingBase.ApplyConfiguration(String) Method

Definition

Applies the settings from the configuration element that corresponds to the specified name to the current instance of this binding element.

protected virtual void ApplyConfiguration (string configurationName);
abstract member ApplyConfiguration : string -> unit
override this.ApplyConfiguration : string -> unit
Protected Overridable Sub ApplyConfiguration (configurationName As String)

Parameters

configurationName
String

The name of the configuration element to take the settings from.

Exceptions

Did not find the binding element specified by the input configuration name in the configuration.

Applies to