Bewerken

Delen via


UnixDomainSocketTransportBindingElement Class

Definition

public ref class UnixDomainSocketTransportBindingElement : System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement
public class UnixDomainSocketTransportBindingElement : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
type UnixDomainSocketTransportBindingElement = class
    inherit ConnectionOrientedTransportBindingElement
Public Class UnixDomainSocketTransportBindingElement
Inherits ConnectionOrientedTransportBindingElement
Inheritance

Constructors

UnixDomainSocketTransportBindingElement()
UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

Properties

ConnectionBufferSize

Gets or sets the size of the buffer used to transmit a chunk of the serialized message on the wire from the client or service.

(Inherited from ConnectionOrientedTransportBindingElement)
ConnectionPoolSettings
ExtendedProtectionPolicy
ManualAddressing

Gets or sets a value that indicates whether manual addressing of the message is required.

(Inherited from TransportBindingElement)
MaxBufferPoolSize

Gets or sets the maximum size, in bytes, of any buffer pools used by the transport.

(Inherited from TransportBindingElement)
MaxBufferSize

Gets or sets the maximum size of the buffer to use. For streamed messages, this value should be at least the maximum possible size of the message headers, which are read in buffered mode.

(Inherited from ConnectionOrientedTransportBindingElement)
MaxReceivedMessageSize

Gets or sets the maximum allowable message size, in bytes, that can be received.

(Inherited from TransportBindingElement)
Scheme
TransferMode

Gets or sets a value that indicates whether the messages are buffered or streamed with the connection-oriented transport.

(Inherited from ConnectionOrientedTransportBindingElement)

Methods

BuildChannelFactory<TChannel>(BindingContext)
CanBuildChannelFactory<TChannel>(BindingContext)

Determines whether a channel factory of the specified type can be built.

(Inherited from ConnectionOrientedTransportBindingElement)
Clone()
GetProperty<T>(BindingContext)

Applies to