Click or drag to resize

NetworkContext.ConfigureRequestCallback Property

Gets or sets a delegate which, if set, will be called to configure every network request made by Insight3D before it is made. By default, null.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public static NetworkContext.ConfigureRequest ConfigureRequestCallback { get; set; }

Property Value

Type: NetworkContext.ConfigureRequest
See Also