DevForce Help Reference
CommunicationSettings Class
Members 


Used to programmatically set some communication-related settings.
Object Model
CommunicationSettings ClassCommunicationSettings ClassIRetryPolicy InterfaceIRetryPolicy Interface
Syntax
'Declaration
 
Public Class CommunicationSettings 
'Usage
 
Dim instance As CommunicationSettings
public class CommunicationSettings 
Remarks
Can be used in Silverlight and n-tier applications to override certain communications defaults.

Use the CompressionLevel to choose a level of compression based on performance vs. compression requirements.

Set the DefaultRetryPolicy to set the retry policy for possibly transient communication failures, other than those occurring during a save operation. Set the DefaultRetryPolicyForSave to set the retry policy for transient communication failures during a save operation.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Wcf.Extensions.CommunicationSettings

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CommunicationSettings Members
IdeaBlade.Core.Wcf.Extensions Namespace

Send Feedback