Share via


HaveResponse Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public ReadOnly Property HaveResponse As Boolean
public bool HaveResponse { get; }
public:
property bool HaveResponse {
    bool get ();
}
member HaveResponse : bool with get
function get HaveResponse () : boolean

Property Value

Type: System. . :: . .Boolean
true if a response has been received; otherwise, false.

.NET Framework Security

See Also

Reference

HttpWebRequest Class

System.Net Namespace