I think there are undocumented stuff which does it (so not in the
appstore), but this might help:

http://developer.apple.com/library/ios/#referencelibrary/GettingStarted/GS_Networking_iPhone/_index.html#//apple_ref/doc/uid/TP40007301

(also: " If you communicate directly with sockets, certain networking
capabilities of iOS, such as VPN On Demand, do not work.". WebClient
and all the .NET api's use sockets, so you will have to use NS*** to
do this)

VPN on demand sounds much better :) Maybe you could use a NS*** to
initiate a connection which starts the VPN, keep pinging it, and use
the sockets stuff (webclient et al) to do the actual work.

http://developer.apple.com/library/ios/#samplecode/Reachability/Listings/Classes_Reachability_h.html

might also help, along with Miguel's port:

http://www.shrinkrays.net/code-snippets/csharp/monotouch-tips-and-snippets.aspx
(search for reachability)

On Mon, Jul 11, 2011 at 22:24, vbisbest <[email protected]> wrote:
> Does MonoTouch have the ability to create and/or initiate an iPhone VPN
> connection?  If someone could just point me to the right library, that would
> be a great start.
>
> Thanks
> Ray
>
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Initiate-a-VPN-Connection-tp3660907p3660907.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to