Click or drag to resize

NetworkContextConfigureRequestCallback 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, .

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

Property Value

Type: NetworkContextConfigureRequest
See Also