Forum Discussion
dogg_dogg_23774
Nimbostratus
Aug 31, 2005Network Access API samples
Hi,
I have a customer who wants to create a program to set up Network Access connection with FirePass, and he needs some sample codes for thier reference... I was looking around this site and found some on AppTunnel, but not on Network Access....
Much appreciated if anyone could advise where I can find those documentations or samples...
Thanks,
- I assume you are referring to a sample application that will establish a SSL-VPN connection to then internal network.
public AxAPPCTRLLib.AxAppTunnelEx tunnel = new AxAPPCTRLLib.AxAppTunnelEx(); private APPCTRLLib.UPropertyArray m_favorites = null; connect() { tunnel.OpenSession(m_hostname, m_port, m_username, m_password); } private void tunnel_OnOpenSession ( object sender, AxAPPCTRLLib._IAppTunnelEventsEx_OnOpenSessionEvent e ) { tunnel.GetFavorites("VPN"); } void tunnel_OnGetFavorites ( object sender, AxAPPCTRLLib._IAppTunnelEventsEx_OnGetFavoritesEvent e ) { m_favorites = e.pFavoritesBag; for(int i=0; i { m_vpnName = m_favorites.get_Name(i); tunnel.OpenByName("VPN", m_vpnName); break; } }
- dogg_dogg_23774
Nimbostratus
Thanks, this should help... - The SDK contains the documentation for all of the supported interfaces in the Client SDK. In fact, that is the reference I used when writing that sample application previously mentioned and all methods used are documented in the SDK.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects