Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IReceiveContextSettings Interface

.NET Framework (current version)
 

An interface that enables you to set receive context settings.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Public Interface IReceiveContextSettings

NameDescription
System_CAPS_pubpropertyEnabled

Gets or sets a value that specifies if receive context is enabled.

System_CAPS_pubpropertyValidityDuration

Gets a value that specifies a connection timeout when used with direct channels and message lock duration when used with queued channels.

Receive context allows for controlled acknowledgement when using a one-way message channel and non-destructive reads when using a queued channel.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft