System.Net.WebConnection.WebConnection C# (CSharp) Method

WebConnection() static private method

static private WebConnection ( ) : System.IO
return System.IO
                static WebConnection ()
                {
                        Type type = Type.GetType ("MonoTouch.ObjCRuntime.Runtime, monotouch");
			if (type != null)
	                        start_wwan = type.GetMethod ("StartWWAN");
                }
#endif

Same methods

WebConnection::WebConnection ( WebConnectionGroup group, ServicePoint sPoint ) : System.IO