Click or drag to resize

NetworkContextConfigureRequest 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: 24.1.418.0 (24.1.418.0)
Syntax
public delegate void ConfigureRequest(
	HttpWebRequest request
)

Parameters

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