NetMessagingBinding Class

Definition

Represents the binding that is used for net messaging.

public sealed class NetMessagingBinding : System.ServiceModel.Channels.Binding
type NetMessagingBinding = class
    inherit Binding
Public NotInheritable Class NetMessagingBinding
Inherits Binding
Inheritance
NetMessagingBinding

Constructors

NetMessagingBinding()

Initializes a new instance of the NetMessagingBinding class.

NetMessagingBinding(String)

Initializes a new instance of the NetMessagingBinding class.

Properties

MaxBufferPoolSize

Gets or sets the maximum size allowed for a buffer pool that stores TCP messages processed by the binding.

PrefetchCount

Gets or sets the number of messages that the message receiver can fetch in advance.

Scheme

Gets the URI transport scheme for the channels and listeners that are configured with this binding.

SessionIdleTimeout

Gets or sets the timespan value that specifies period of inactivity that the session waits before timing out.

TransportSettings

Gets or sets the transport settings for the net messaging.

Methods

CreateBindingElements()

Returns an ordered collection of binding elements contained in the current binding.

Applies to