NamedPipeTransportBindingElement Properties
.NET Framework 4.5
The NamedPipeTransportBindingElement type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChannelInitializationTimeout | Gets or sets a TimeSpan that determines the maximum time a channel can be in the initialization status before being disconnected. (Inherited from ConnectionOrientedTransportBindingElement.) |
|
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 | Gets a collection of connection pool settings. |
|
HostNameComparisonMode | Gets or sets a value that indicates whether the hostname is used to reach the service when matching on the URI. (Inherited from ConnectionOrientedTransportBindingElement.) |
|
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.) |
|
MaxOutputDelay | Gets or sets the maximum interval of time that a chunk of a message or a full message can remain buffered in memory before being sent out. (Inherited from ConnectionOrientedTransportBindingElement.) |
|
MaxPendingAccepts | Gets or sets the maximum number of channels a service can have waiting on a listener for processing incoming connections to the service. (Inherited from ConnectionOrientedTransportBindingElement.) |
|
MaxPendingConnections | Gets or sets the maximum number of connections awaiting dispatch on the service. (Inherited from ConnectionOrientedTransportBindingElement.) |
|
MaxReceivedMessageSize | Gets and sets the maximum allowable message size, in bytes, that can be received. (Inherited from TransportBindingElement.) |
|
PipeSettings | Gets the pipe settings for the named pipe transport binding element. |
|
Scheme | Returns the URI scheme for the transport. (Overrides 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.) |