다음을 통해 공유


UnixDomainSocketTransportBindingElement 생성자

정의

오버로드

UnixDomainSocketTransportBindingElement()
UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

UnixDomainSocketTransportBindingElement()

Source:
UnixDomainSocketTransportBindingElement.cs
public:
 UnixDomainSocketTransportBindingElement();
public UnixDomainSocketTransportBindingElement ();
Public Sub New ()

적용 대상

UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

Source:
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)

매개 변수

적용 대상