共用方式為


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)

參數

適用於