HttpPost.RetryOnConnectionFailure Property

 

Gets or sets whether to retry on connection failures.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(true)]
public bool RetryOnConnectionFailure {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(true)]
property bool RetryOnConnectionFailure {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    void set(bool value);
}
[<DefaultValueAttribute(true)>]
member RetryOnConnectionFailure : bool with get, set
<DefaultValueAttribute(True)>
Public Property RetryOnConnectionFailure As Boolean

Property Value

Type: System.Boolean

Returns whether or not to retry on connection failures.

See Also

HttpPost Class
Microsoft.Activities.Messaging Namespace

Return to top