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)
Syntaxpublic static NetworkContext.ConfigureRequest ConfigureRequestCallback { get; set; }
Public Shared Property ConfigureRequestCallback As NetworkContext.ConfigureRequest
Get
Set
public:
static property NetworkContext.ConfigureRequest^ ConfigureRequestCallback {
NetworkContext.ConfigureRequest^ get ();
void set (NetworkContext.ConfigureRequest^ value);
}
static member ConfigureRequestCallback : NetworkContext.ConfigureRequest with get, set
Property Value
Type:
NetworkContext.ConfigureRequest
See Also