Click or drag to resize

NetworkContext.ConfigureRequest Delegate

A delegate which will be called with a request immediately before it is sent, allowing the request to be modified.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public delegate void ConfigureRequest(
	HttpWebRequest request
)

Parameters

request
Type: System.Net.HttpWebRequest
A request which is about to be sent.
See Also