FailoverChatClientAttempt.ResponseCompleted Property

Definition

Gets a value indicating whether the response completed successfully.

public:
 property bool ResponseCompleted { bool get(); };
public bool ResponseCompleted { get; }
member this.ResponseCompleted : bool
Public ReadOnly Property ResponseCompleted As Boolean

Property Value

Remarks

For streaming responses, this is false when the caller stops enumeration before the response stream ends.

Applies to