Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.16 KB

onewaybindingelement.md

File metadata and controls

62 lines (39 loc) · 1.16 KB
description title ms.date ms.assetid
Learn more about: OneWayBindingElement
OneWayBindingElement
03/30/2017
5c7e17c3-39b9-4214-ae08-9e6141734305

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

  • xref:System.ServiceModel.Channels.OneWayBindingElement