Share via


UnixPosixIdentityBindingElement 類別

定義

public ref class UnixPosixIdentityBindingElement : System::ServiceModel::Channels::StreamUpgradeBindingElement
public class UnixPosixIdentityBindingElement : System.ServiceModel.Channels.StreamUpgradeBindingElement
type UnixPosixIdentityBindingElement = class
    inherit StreamUpgradeBindingElement
Public Class UnixPosixIdentityBindingElement
Inherits StreamUpgradeBindingElement
繼承
UnixPosixIdentityBindingElement

建構函式

UnixPosixIdentityBindingElement()
UnixPosixIdentityBindingElement(UnixPosixIdentityBindingElement)

方法

BuildChannelFactory<TChannel>(BindingContext)
BuildChannelListener<TChannel>(BindingContext)

初始化通道接聽項,以便從繫結內容接受指定之類型的通道。

(繼承來源 BindingElement)
BuildClientStreamUpgradeProvider(BindingContext)
BuildServerStreamUpgradeProvider(BindingContext)

根據提供的通道內容,於 StreamUpgradeProvider 的伺服器上建立執行個體。

(繼承來源 StreamUpgradeBindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)
CanBuildChannelListener<TChannel>(BindingContext)

傳回值,指出繫結項目是否可以建置特定通道型別的通道接聽程式。

(繼承來源 BindingElement)
Clone()
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetProperty<T>(BindingContext)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於