TransportBindingElement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TransportBindingElement() |
このクラスの新しいインスタンスを作成します。 |
TransportBindingElement(TransportBindingElement) |
既存のインスタンスを使用して、このクラスの新しいインスタンスを作成します。 |
TransportBindingElement()
このクラスの新しいインスタンスを作成します。
protected:
TransportBindingElement();
protected TransportBindingElement ();
Protected Sub New ()
適用対象
TransportBindingElement(TransportBindingElement)
既存のインスタンスを使用して、このクラスの新しいインスタンスを作成します。
protected:
TransportBindingElement(System::ServiceModel::Channels::TransportBindingElement ^ elementToBeCloned);
protected TransportBindingElement (System.ServiceModel.Channels.TransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.TransportBindingElement : System.ServiceModel.Channels.TransportBindingElement -> System.ServiceModel.Channels.TransportBindingElement
Protected Sub New (elementToBeCloned As TransportBindingElement)
パラメーター
- elementToBeCloned
- TransportBindingElement
複製する TransportBindingElement。