NetTcpBindingElement.InitializeFrom(Binding) 方法
定义
使用指定绑定的内容来初始化此绑定配置。Initializes this binding configuration with the content of the specified 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)
参数
- binding
- Binding
一个绑定。A binding.