HttpWebRequest.HaveResponse Property

Gets whether a response has been received from an Internet resource.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public bool HaveResponse { get; }

Property Value

true if a response has been received; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 4.0, 4.1, and 4.2.

See Also

Reference

HttpWebRequest Class
HttpWebRequest Members
System.Net Namespace