Platforms to show: All Mac Windows Linux Cross-Platform
NSURLConnectionFilterMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Networking | MBS MacBase Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
This class is designed to allow you to intercept your application creating NSURLConnection objects and change the NSURLRequest used. This can be useful to change timeouts on Xojo.Net.HTTPSocket class.
- event FilterConnection(request as NSURLRequestMBS) as NSURLRequestMBS
- property Enabled as Boolean
This class has no sub classes.
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 18.2
- MBS Xojo Plugins, version 18.2pr3
- Xojo.Net.HTTPSocket and Timeouts
Videos
Release notes
- Version 18.2
- Added NSURLConnectionFilterMBS class for timeout change for Xojo.Net.HTTPSocket on Mac.
Some examples using this class:
Some related classes:
The items on this page are in the following plugins: MBS MacBase Plugin.
NSURLCacheMBS - NSURLConnectionMBS
