Click or drag to resize

NetworkContext Class

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
SystemObject
  AGI.Foundation.GraphicsNetworkContext

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static class NetworkContext

The NetworkContext type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConfigureRequestCallback
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, .
Top
See Also