Walter.Net.Networking
Requests Property (WafWebClient)
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > WafWebClient Class : Requests Property
contains the requests executed by the client, the buffer contains the last 10 requests
Syntax
public Walter.IReadOnlyBuffer<UriAudit> Requests {get;}

Property Value

The requests.
Remarks
the last request on index 0, older request are poshed down till buffer is full, at that point the item is removed from the buffer
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WafWebClient Class
WafWebClient Members