Ejemplo n.º 1
0
		void Connect ()
		{
			if (conn == null || conn.BaseUrl != ServerUrl) {
				conn = CreateConnection ();
			}
		}