次の方法で共有


UnixDomainSocketTransportBindingElement コンストラクター

定義

オーバーロード

UnixDomainSocketTransportBindingElement()
UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

UnixDomainSocketTransportBindingElement()

ソース:
UnixDomainSocketTransportBindingElement.cs
public:
 UnixDomainSocketTransportBindingElement();
public UnixDomainSocketTransportBindingElement ();
Public Sub New ()

適用対象

UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

ソース:
UnixDomainSocketTransportBindingElement.cs
protected:
 UnixDomainSocketTransportBindingElement(System::ServiceModel::Channels::UnixDomainSocketTransportBindingElement ^ elementToBeCloned);
protected UnixDomainSocketTransportBindingElement (System.ServiceModel.Channels.UnixDomainSocketTransportBindingElement elementToBeCloned);
new System.ServiceModel.Channels.UnixDomainSocketTransportBindingElement : System.ServiceModel.Channels.UnixDomainSocketTransportBindingElement -> System.ServiceModel.Channels.UnixDomainSocketTransportBindingElement
Protected Sub New (elementToBeCloned As UnixDomainSocketTransportBindingElement)

パラメーター

適用対象