NetPeerTcpBindingElement.InitializeFrom(Binding) Method

Definition

Initializes the configuration element settings with the information from the supplied network binding.

protected public:
 override void InitializeFrom(System::ServiceModel::Channels::Binding ^ binding);
protected internal override void InitializeFrom (System.ServiceModel.Channels.Binding binding);
override this.InitializeFrom : System.ServiceModel.Channels.Binding -> unit
Protected Friend Overrides Sub InitializeFrom (binding As Binding)

Parameters

binding
Binding

Binding that contains a specific to networking binding from which this configuration element should obtain the new settings.

Applies to