Table of Contents

Property IsClosed

Namespace
DotNetBrowser.Net
Assembly
DotNetBrowser.dll

IsClosed

Indicates if the request is handled and all the data is sent.

public bool IsClosed { get; }

Property Value

bool

true if if the request is handled.

Remarks

The request is marked as handled when either Complete() or Fail() is called.