OneWayBindingElement

OneWayBindingElement

Syntax

class OneWayBindingElement : BindingElement  
{  
  ChannelPoolSettings ChannelPoolSettings;  
  sint32 MaxAcceptedChannels;  
  boolean PacketRoutable;  
};  

Methods

The OneWayBindingElement class does not define any methods.

Properties

The OneWayBindingElement class has the following properties:

ChannelPoolSettings

Data type: ChannelPoolSettings

Access type: Read-only

The channel pool settings.

MaxAcceptedChannels

Data type: sint32

Access type: Read-only

The maximum number of accepted channels.

PacketRoutable

Data type: boolean

Access type: Read-only

A value that indicates whether the packet is routable.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also