Allows a custom delegate to be installed which will be called with every network request made by Insight3D.
This delegate can inspect the request and selectively configure the request before it is made.
For instance, you can set a proxy, set credentials, or configure certificate policies.
Inheritance Hierarchy
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 class NetworkContext
Public NotInheritable Class NetworkContext
public ref class NetworkContext abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type NetworkContext = class end
The NetworkContext type exposes the following members.
Properties
| Name | Description |
---|
| ConfigureRequestCallback |
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, .
|
TopSee Also