Provides a WebClient that can be used to configure additional network settings for acquiring resources from URIs in Insight3D.
For instance, you can set a proxy, set credentials, or configure certificate policies that can enable SSL connections.
Inheritance Hierarchy
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 21.1.408.0 (21.1.408.0)
Syntaxpublic 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 |
---|
  | WebClient |
Gets or sets the WebClient that will be used to acquire resources from URIs in Insight3D. If set to null, the WebClient will not be used
when acquiring resources from URIs.
|
Top
See Also