| NativeMethodsPerformWebRequestHandler Delegate |
Perform a web request
Namespace:
ImmerseSDK.Mortar
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public delegate void PerformWebRequestHandler(
string method,
string path,
string postdata,
int id,
Action<int, IntPtr, int, int> callback
)
Parameters
- method
- Type: SystemString
- path
- Type: SystemString
- postdata
- Type: SystemString
- id
- Type: SystemInt32
- callback
- Type: SystemActionInt32, IntPtr, Int32, Int32
See Also