UnixPosixIdentityBindingElement Class

Definition

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
Inheritance
UnixPosixIdentityBindingElement

Constructors

UnixPosixIdentityBindingElement()
UnixPosixIdentityBindingElement(UnixPosixIdentityBindingElement)

Methods

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

Initializes a channel listener to accept channels of a specified type from the binding context.

(Inherited from BindingElement)
BuildClientStreamUpgradeProvider(BindingContext)
BuildServerStreamUpgradeProvider(BindingContext)

Creates an instance on the server of the StreamUpgradeProvider based on the channel context provided.

(Inherited from StreamUpgradeBindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)
CanBuildChannelListener<TChannel>(BindingContext)

Returns a value that indicates whether the binding element can build a listener for a specific type of channel.

(Inherited from BindingElement)
Clone()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetProperty<T>(BindingContext)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to