コード例 #1
0
ファイル: AppDelegate.cs プロジェクト: XenusRUS/HttpClient
        // This method is invoked when the application has loaded its UI and its ready to run
        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            window.RootViewController = navigationController;

            button1.TouchDown += Button1TouchDown;
            TableViewSelector.Configure(stack, new [] {
                "Челябинск",
            });

            window.MakeKeyAndVisible();

            return(true);
        }
コード例 #2
0
        // This method is invoked when the application has loaded its UI and its ready to run
        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            window.RootViewController = navigationController;

            button1.TouchDown += Button1TouchDown;
            TableViewSelector.Configure(stack, new [] {
                "http  - WebRequest",
                "https - WebRequest",
                "http  - NSUrlConnection",
                "http  - HttpClient",
                "https - HttpClient"
            });

            window.MakeKeyAndVisible();

            return(true);
        }
コード例 #3
0
        // This method is invoked when the application has loaded its UI and its ready to run
        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            window.RootViewController = navigationController;


            //var config = AppDynamics.Agent.AgentConfiguration.Create("AD-AAB-AAD-FGG");
            //config.LoggingLevel = AppDynamics.Agent.LoggingLevel.All;
            //AppDynamics.Agent.Instrumentation.InitWithConfiguration(config);


            button1.TouchDown += Button1TouchDown;
            TableViewSelector.Configure(stack, new [] {
                "http  - WebRequest",
                "https - WebRequest",
                "http  - NSUrlConnection",
                "http  - HttpClient",
                "https - HttpClient"
            });

            window.MakeKeyAndVisible();

            return(true);
        }