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