NetEventRelayBindingElement.InitializeFrom(Binding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the contents of this XML configuration element from the property values of a specified binding.
protected override void InitializeFrom (System.ServiceModel.Channels.Binding binding);
override this.InitializeFrom : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub InitializeFrom (binding As Binding)
Parameters
- binding
- Binding
The binding to copy the settings from.