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)

適用対象